Date: Sun, 23 Jan 2005 00:10:37 GMT From: Brooks Davis <brooks@one-eyed-alien.net> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/76583: RELENG_5 src/Makefile.inc1 CHECK_UIDS and CHECK_GIDS checks are improper Message-ID: <200501230010.j0N0Ab5w005577@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/76583; it has been noted by GNATS. From: Brooks Davis <brooks@one-eyed-alien.net> To: Jon Passki <cykyc@yahoo.com> Cc: freebsd-gnats-submit@freebsd.org Subject: Re: conf/76583: RELENG_5 src/Makefile.inc1 CHECK_UIDS and CHECK_GIDS checks are improper Date: Sat, 22 Jan 2005 16:02:46 -0800 The check is correct. You must have the IDs in order to set the permissions of files during install. For that to work, you must have them on your actual system so commands that look them up will work. You can work around this by using a chroot during installworld. -- Brooks
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501230010.j0N0Ab5w005577>