Date: Mon, 24 Sep 2001 17:58:57 +0200 From: Andrea Campi <andrea@webcom.it> To: "David E. O'Brien" <obrien@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc Message-ID: <20010924175857.A21878@webcom.it> In-Reply-To: <200109240303.f8O33qB64939@freefall.freebsd.org>; from obrien@FreeBSD.org on Sun, Sep 23, 2001 at 08:03:52PM -0700
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010924175857.A21878>