Maher Mohamed wrote:

how can i upgrade my cvsup weekly with an auto way?

You should use crondaemon. Place the following line to the end of /etc/crontab:

15      4       *       *       6       root    cvsup /some/path/to/supfile

The number six represents the sixth day of the week, the 15 is the minute number and the second is the hour, thus this will run on every Friday (if I remember correctly, I'm not sure the numbering starts with Sunday) at 4:15.

Cheers,

Gábor Kövesdán

_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to