From owner-cvs-etc Mon May 15 12:05:58 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA11575 for cvs-etc-outgoing; Mon, 15 May 1995 12:05:58 -0700 Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA11558 ; Mon, 15 May 1995 12:05:44 -0700 Received: from localhost (localhost [127.0.0.1]) by precipice.shockwave.com (8.6.11/8.6.9) with SMTP id MAA20407; Mon, 15 May 1995 12:04:56 -0700 Message-Id: <199505151904.MAA20407@precipice.shockwave.com> To: Bruce Evans cc: ache@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com Subject: Re: cvs commit: src/etc master.passwd In-reply-to: Your message of "Tue, 16 May 1995 05:01:34 +1000." <199505151901.FAA07546@godzilla.zeta.org.au> Date: Mon, 15 May 1995 12:04:56 -0700 From: Paul Traina Sender: cvs-etc-owner@freebsd.org Precedence: bulk From: Bruce Evans Subject: Re: cvs commit: src/etc master.passwd >The standard uid/group for nobody should be -2 -2 (65534, 65534). Even when (uid_t)-2 == 0xFFFFFFFEul ? That's why I added the follow on 16 bit numbers. We're trying to be network compatible, so we should stick to 16 bit uid/gid sign extension. >While it doesn't -really- matter, if you're going to change it, make it >conform. Group nobody already existed, but nobody noticed :-). > Change xten shell from /dev/null to /nonexistant, adduser > complaints instead. Now only spelling chackers should complain :-) Bruce