diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-07 23:19:42 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-07 23:19:42 +0000 |
commit | 059ea7c17aa68064a3f5180671b0f324042aeb97 (patch) | |
tree | ebb5a3c03321aeae7c5eaf82a03cff11cbca1289 /etc/crontab | |
parent | fc67d2ac14efb93ff97cff00e3652534cca4316d (diff) |
Example (commented out) entry for running newsyslog -m.
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/crontab b/etc/crontab index b64e1f738c9..832231564ed 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,4 +1,4 @@ -# $OpenBSD: crontab,v 1.5 1997/04/03 20:12:07 gene Exp $ +# $OpenBSD: crontab,v 1.6 1997/07/07 23:19:41 downsj Exp $ # # /var/cron/tabs/root - root's crontab # @@ -12,6 +12,8 @@ HOME=/var/log # # rotate log files every hour, if necessary 0 * * * * /usr/bin/newsyslog +# send log file notifications, if necessary +#*/1 * * * * /usr/bin/newsyslog -m # # do daily/weekly/monthly maintenance 30 1 * * * /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "daily output" root |