From owner-cvs-src@FreeBSD.ORG Mon Jun 6 22:04:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3054716A41C; Mon, 6 Jun 2005 22:04:57 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2A1843D1D; Mon, 6 Jun 2005 22:04:56 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from SMILEY (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id A862419F3B; Mon, 6 Jun 2005 15:06:10 -0700 (PDT) From: "Darren Pilgrim" To: "'Wilko Bulte'" Date: Mon, 6 Jun 2005 15:04:46 -0700 Message-ID: <002101c56ae3$c378ee10$0a2a15ac@SMILEY> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 In-reply-to: <20050606214745.GA7450@freebie.xs4all.nl> Importance: Normal Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: RE: cvs commit: src/etc group master.passwd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2005 22:04:57 -0000 From: Wilko Bulte [mailto:wb@freebie.xs4all.nl]=20 > On Mon, Jun 06, 2005 at 02:45:34PM -0700, Darren Pilgrim wrote.. > > From: Dag-Erling Sm=F8rgrav > > > Brooks Davis writes: > > > > Log: > > > > Add _dhcp user/group as required by the OpenBSD dhclient. > > >=20 > > > What is the point of the underscore in _dhcp and _pflogd? > >=20 > > It's a convention used for system UIDs to prevent namespace = collisions with > > user accounts. >=20 > Then it is not really all to consistently used (politely speaking)=20 > looking at what by default lives in /etc/passwd as system UIDs... If you look at the FreeBSD /etc/passwd, sure, but this is an OpenBSD convention. Looking at the OpenBSD src/etc/master.passwd[1], it's very consistently used, with the few system UIDs not starting with an = underscore being either legacy names or tied to a third-party package (sendmail, = BIND, popa3d). [1] http://www.openbsd.org/cgi-bin/cvsweb/src/etc/master.passwd