Date: Wed, 1 Dec 1999 18:05:47 -0800 (PST) From: Doug Barton <Doug@gorean.org> To: Annelise Anderson <andrsn@andrsn.stanford.edu> Cc: freebsd-questions@freebsd.org Subject: Re: periodic daily reruns rc.conf.local? Message-ID: <Pine.BSF.4.21.9912011802150.54999-100000@24-25-220-29.san.rr.com> In-Reply-To: <Pine.BSF.4.10.9912011543590.9640-100000@andrsn.stanford.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 1 Dec 1999, Annelise Anderson wrote: > When periodic daily (and periodic monthly, and perhaps periodic > weekly) run, they seem to also rerun rc.conf.local. I have a > couple programs that start from there. > I have moved the stuff I start from rc.conf.local to > /usr/local/etc/rc.d, which is where it should be. Nevertheless, > why are the "periodics" rerunning rc.conf.local? I don't see > anything in the scripts that tells them to do this. I have not > edited them. There are a LOT of things in /etc that source /etc/defaults/rc.conf (and thus, /etc/rc.conf[.local]). I would imagine (although I haven't looked at the source) that periodic does this itself, as oppposed to the scripts doing it. Either way, you've hit upon the solution, namely don't start anything in the conf files. They should hold variable definitions only. Perhaps we need better warnings/documentation on this, since this is the second time it's come up (that I've seen) in the last month or so. Doug -- "Welcome to the desert of the real." - Laurence Fishburne as Morpheus, "The Matrix" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.9912011802150.54999-100000>