Fwd: DragonFly ISO release build failure
Matthew Dillon
dillon at apollo.backplane.com
Thu Sep 23 10:25:09 PDT 2004
:FYI
:
:--------------------------- Original Message ---------------------------
:Subject: DragonFly ISO release build failure
:From: "Charlie Root" <root at xxxxxxxxxxxxxxxxxxxxxx>
:Date: Thu, September 23, 2004 2:31 am
:To: root at xxxxxxxxxxxxxxxxxxxxxx
:------------------------------------------------------------------------
:[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
More information about the Bugs
mailing list