diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-01-06 22:21:37 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-01-06 22:21:37 +0000 |
| commit | 011aa2cdb5d52147813dcc0cd8c3737772cf2504 (patch) | |
| tree | 3737fabc28d664838fe7bb80aead3a87c9881965 | |
| parent | 615773cb2b9797046373e2a6001d49970c250bb9 (diff) | |
Notes
| -rw-r--r-- | etc/crontab | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/crontab b/etc/crontab index d402955550e14..50434feabc62f 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,6 +1,6 @@ # /etc/crontab - root's crontab for FreeBSD # -# $Id: crontab,v 1.11 1995/11/19 17:21:09 ache Exp $ +# $Id: crontab,v 1.12 1996/01/05 10:09:07 graichen Exp $ # From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp # SHELL=/bin/sh @@ -14,9 +14,6 @@ HOME=/var/log # rotate log files every hour, if necessary 0 * * * * root /usr/sbin/newsyslog # -# remove system messages older than 21 days -#0 1 * * * daemon /usr/bin/msgs -c -# # do daily/weekly/monthly maintenance 0 2 * * * root /etc/daily 2>&1 | sendmail root 30 3 * * 6 root /etc/weekly 2>&1 | sendmail root |
