From owner-freebsd-bugs Wed Nov 5 14:30:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA14433 for bugs-outgoing; Wed, 5 Nov 1997 14:30:08 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA14405; Wed, 5 Nov 1997 14:30:04 -0800 (PST) (envelope-from gnats) Date: Wed, 5 Nov 1997 14:30:04 -0800 (PST) Message-Id: <199711052230.OAA14405@hub.freebsd.org> To: freebsd-bugs Cc: From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: misc/4932: 'make world' fails when upgrading from 2.2.2 to 2.2.5 with CVSup (installing ppp) Reply-To: j@uriah.heep.sax.de (J Wunsch) Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/4932; it has been noted by GNATS. From: j@uriah.heep.sax.de (J Wunsch) To: adam@algroup.co.uk Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/4932: 'make world' fails when upgrading from 2.2.2 to 2.2.5 with CVSup (installing ppp) Date: Wed, 5 Nov 1997 23:14:43 +0100 As adam@algroup.co.uk wrote: > install -c -s -o root -g network -m 4550 ppp /usr/sbin > install: unknown group network That's actually a feature, not a bug. No part of the regular build process is allowed to alter any file in /etc. > >Fix: > add the group 'network' (To be honest, I haven't actually tried this yet > as I'm trying to find out what number to give the group). ...and that's indeed the correct fix. The number of the group is j@uriah 224% fgrep network /usr/src/etc/group network:*:69: (Of course, you've also got the above file. :) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)