From owner-cvs-etc Mon Oct 27 13:01:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA26072 for cvs-etc-outgoing; Mon, 27 Oct 1997 13:01:15 -0800 (PST) (envelope-from owner-cvs-etc) Received: from gvr.gvr.org (gvr.gvr.org [194.151.74.97]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA25697; Mon, 27 Oct 1997 12:57:05 -0800 (PST) (envelope-from guido@gvr.org) Received: (from guido@localhost) by gvr.gvr.org (8.8.6/8.8.5) id VAA18661; Mon, 27 Oct 1997 21:54:52 +0100 (MET) From: Guido van Rooij Message-Id: <199710272054.VAA18661@gvr.gvr.org> Subject: Re: cvs commit: src/etc master.passwd In-Reply-To: from "[______ ______]" at "Oct 27, 97 11:38:37 pm" To: ache@nagual.pp.ru (=?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?=) Date: Mon, 27 Oct 1997 21:54:52 +0100 (MET) Cc: jfieber@indiana.edu, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Yes, but Apache not relay on complex things like default umask etc and > uses their own. As I see 'limits' does all job needed by Apache. > > BTW, if you know better way to set login class things inside shell script, > I think there is no harm to use it. > My way is > eval `limits -e -C daemon` > line at the start of apachectl script. > Which line you suggest instead? I completely agre with you here. It seems the best way to do this for apache. What I tried to say was that the extra switch for su would be usefull in other cases, and that why I made it. -Guido