Date: Wed, 4 Apr 2001 02:19:40 -0500 From: Mike Meyer <mwm@mired.org> To: andrew fabbro <afabbro@indoctrination.com> Cc: questions@freebsd.org Subject: Re: daily periodic Message-ID: <15050.51980.855334.458821@guru.mired.org> In-Reply-To: <118293666@toto.iv>
next in thread | previous in thread | raw e-mail | index | archive | help
andrew fabbro <afabbro@indoctrination.com> types: > I thought, from reading /etc/periodic/daily/999.local that I could > put scripts in /usr/local/etc/periodic and they would be run by the > daily run. However, this appears not to be the case. You're looking in the wrong place. 999.local runs /etc/daily.local, not the stuff in /usr/local/etc/periodic. That's run directly by /usr/sbin/periodic. The local periodic directories are structured just like /etc/periodic. If you want something run daily from that directory, put it in /usr/local/etc/periodic/daily. Ditto for weekly and monthly. <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. 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?15050.51980.855334.458821>