Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 1998 13:57:48 -0700 (PDT)
From:      Brian Tiemann <btman@ugcs.caltech.edu>
To:        William Woods <wwoods@cybcon.com>
Cc:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Script to run daily....
Message-ID:  <Pine.BSF.4.02.9807301355440.7702-100000@lionking.org>
In-Reply-To: <XFMail.980730132416.wwoods@cybcon.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On Thu, 30 Jul 1998, William Woods wrote:

> I have a question.....I wrote a little script that automates getting
> the ports collection updates via cvsup and the latest stable via
> cvsup. Lets call this script "alllup". I would like this script to be
> run daily and I understand there is a daily script somewhere.....how
> would I add my script "allup" to this?

	In /etc/crontab:

0 0 * * * root /path/to/allup

	That runs it at midnight. Change the zeroes to a different minute
and hour respectively, if you want to run it at a different time.

Brian



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.02.9807301355440.7702-100000>