From owner-cvs-etc Mon Oct 27 09:19:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA06420 for cvs-etc-outgoing; Mon, 27 Oct 1997 09:19:13 -0800 (PST) (envelope-from owner-cvs-etc) Received: from ns.mt.sri.com (SRI-56K-FR.mt.net [206.127.65.42]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA06288; Mon, 27 Oct 1997 09:18:32 -0800 (PST) (envelope-from nate@rocky.mt.sri.com) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.7/8.8.7) with ESMTP id KAA14319; Mon, 27 Oct 1997 10:18:30 -0700 (MST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id KAA00563; Mon, 27 Oct 1997 10:18:28 -0700 (MST) Date: Mon, 27 Oct 1997 10:18:28 -0700 (MST) Message-Id: <199710271718.KAA00563@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Andrey A. Chernov" Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-etc@freebsd.org Subject: Re: cvs commit: src/etc master.passwd In-Reply-To: <199710271659.IAA26040@freefall.freebsd.org> References: <199710271659.IAA26040@freefall.freebsd.org> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-cvs-etc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > ache 1997/10/27 08:59:09 PST > > Modified files: > etc master.passwd > Log: > Move nobody to daemon class, otherwise it is impossible to start fingerd > while Apache is running, it effectively eats all default class limits for > nobody This seems silly. 'nobody' is nobody, and if Apache is running as nobody, it should be running as daemon, or another (new) user. nobody should be running as 'nobody'. :) Nate