:FYI
:
:--------------------------- Original Message ---------------------------
:Subject: DragonFly ISO release build failure
:From: "Charlie Root" <root@chlamydia.fs.ei.tum.de>
:Date: Thu, September 23, 2004 2:31 am
:To: root@chlamydia.fs.ei.tum.de
:------------------------------------------------------------------------
:[snip]
:/usr/release/root/usr/share/man/man8 ===> usr.sbin/authpf
:install -s -o root -g authpf -m 6555 authpf /usr/release/root/usr/sbin
:install: unknown group authpf
:*** Error code 67
It occurs to me that having a pre-install upgrade target is not
sufficient, especially when one is building a release where the
install target is not "/".
I'm thinking for this case we should add an option to install to
allow an alternative group number to be specified if the group name
does not exist. e.g.:
install -s -o root -G authpf:63 ...
I am going to test that out as a solution.
-Matt