From owner-freebsd-questions Thu Jan 7 14:01:30 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15069 for freebsd-questions-outgoing; Thu, 7 Jan 1999 14:01:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason05.u.washington.edu (jason05.u.washington.edu [140.142.78.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA15061 for ; Thu, 7 Jan 1999 14:01:29 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul5.u.washington.edu (root@saul5.u.washington.edu [140.142.83.3]) by jason05.u.washington.edu (8.9.1+UW98.09/8.9.1+UW98.09) with ESMTP id OAA51796; Thu, 7 Jan 1999 14:00:59 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul5.u.washington.edu (8.9.1+UW98.09/8.9.1+UW98.09) with ESMTP id OAA21662; Thu, 7 Jan 1999 14:00:58 -0800 (PST) Date: Thu, 7 Jan 1999 14:00:26 -0800 (PST) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: John Barbee cc: freebsd-questions@FreeBSD.ORG Subject: Re: where should system cron scripts go? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 7 Jan 1999, John Barbee wrote: >hello, > i'm in the process of adding a number of shell and perl scripts to >perform system and network tasks. these scripts will be called >periodically by cron from root's crontab. what would be the most proper >place for these scripts? should i just put them in /etc/ with daily and >weekly? You can put your code into /etc/daily or /etc/weekly. You can also right you crontab such that it runs the script at the appointed time. There is no "most proper" way, although I would say that if your stuff is weekly, then use /etc/weekly. Also, 3.0 puts this stuff into /etc/periodic/weekly and so forth. Catchya Later, | UW Mechanical Engineering Jason Wells | http://weber.u.washington.edu/~jcwells/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message