From owner-cvs-all@FreeBSD.ORG Sun Feb 5 19:30:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F1C916A420; Sun, 5 Feb 2006 19:30:49 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26EC543D45; Sun, 5 Feb 2006 19:30:48 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 78CAD46CAE; Sun, 5 Feb 2006 14:30:38 -0500 (EST) Date: Sun, 5 Feb 2006 19:33:06 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Ceri Davies In-Reply-To: <20060205192513.C22173@fledge.watson.org> Message-ID: <20060205193038.D22173@fledge.watson.org> References: <200602051804.k15I4dCg059058@repoman.freebsd.org> <20060205181040.GC8897@submonkey.net> <20060205192513.C22173@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2006 19:30:49 -0000 On Sun, 5 Feb 2006, Robert Watson wrote: >>> | +audit:*:73: >> >> According to the Porter's Handbook, that's possibly the very worst choice: >> >> ircservices:*:73:73:IRC services:/nonexistent:/nonexistent > > Hmm. I was looking at the copy of the Porter's Handbook on www.FreeBSD.org > and it didn't show that one as reserved: > > ... > proxy:*:62: > authpf:*:63: > uucp:*:66: > xten:*:67: > dialer:*:68: > network:*:69: > pgsql:*:70: > simscan:*:74: > www:*:80: > qnofiles:*:81: > ... > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-uid-and-gids.html > > Of course, it also didn't show some of the groups now in /etc/group. Am I > looking at the wrong porter's handbook? > > Incidentally, this was one of the few group ID's I could find that wasn't > allocated in one of {Darwin, Solaris, FreeBSD, SuSE}. Ah, now I see what you mean. Some of the allocated gids are not listed in the gid list, they are only listed in the password file entry. Sigh. I'll go shopping for another. Someone may want to propagate the gid's listed in the passwd lines into the group list. Also, there are now some entries in the base system passwd and group files that don't appear in the list in the potter's handbook. Robert N M Watson