From owner-cvs-all Mon Sep 24 9: 1:41 2001 Delivered-To: cvs-all@freebsd.org Received: from lamovida.it (www.lamovida.it [212.110.162.163]) by hub.freebsd.org (Postfix) with ESMTP id 867B737B412; Mon, 24 Sep 2001 09:01:34 -0700 (PDT) Received: by lamovida.it (Postfix, from userid 1000) id 0D8F5316; Mon, 24 Sep 2001 17:58:57 +0200 (CEST) Date: Mon, 24 Sep 2001 17:58:57 +0200 From: Andrea Campi To: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc Message-ID: <20010924175857.A21878@webcom.it> Reply-To: andrea@webcom.it Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109240303.f8O33qB64939@freefall.freebsd.org>; from obrien@FreeBSD.org on Sun, Sep 23, 2001 at 08:03:52PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry David, care to explain the rationale behind this commit? IMHO this breaks POLA: I (and I guess a lot of other people) am used to just: chmod 0 /usr/local/etc/rc.d/foo.sh to stop foo from running at next reboot while still keeping the ability to run it by hand and maybe easily re-enable it at a later time. Granted, there are a lot of other ways to achieve the same, but still I wonder the reasoning behind this change. Did I miss a discussion? Bye, Andrea On Sun, Sep 23, 2001 at 08:03:52PM -0700, David E. O'Brien wrote: > obrien 2001/09/23 20:03:52 PDT > > Modified files: > etc rc > Log: > + explicitly use the shell to run ${local_startup} so one does not have to > ensure the executable bit is set on the scripts. > + Fix VCS ID's > > Revision Changes Path > 1.274 +2 -2 src/etc/rc > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message