aboutsummaryrefslogtreecommitdiff
path: root/etc/crontab
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-11-19 17:21:13 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-11-19 17:21:13 +0000
commitcfc14c6f50fef5fb4b2d892d51506085cb3c8973 (patch)
tree0c2e0051f5b711b016cf98fbd4332ef8debcbb17 /etc/crontab
parent338b19aad1d74f3bd090941cb6f98eae9fb470f9 (diff)
downloadsrc-cfc14c6f50fef5fb4b2d892d51506085cb3c8973.tar.gz
src-cfc14c6f50fef5fb4b2d892d51506085cb3c8973.zip
Add commented out msgs database cleanup to crontab
Add -f (silent) flag to msgs call for logins (commented out)
Notes
Notes: svn path=/head/; revision=12392
Diffstat (limited to 'etc/crontab')
-rw-r--r--etc/crontab5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/crontab b/etc/crontab
index 9ef7abd8114f..ce3848ac1fef 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -1,6 +1,6 @@
# /etc/crontab - root's crontab for FreeBSD
#
-# $Id: crontab,v 1.9 1994/11/02 09:50:11 ache Exp $
+# $Id: crontab,v 1.10 1995/05/27 01:55:21 ache Exp $
# From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp
#
SHELL=/bin/sh
@@ -14,6 +14,9 @@ HOME=/var/log
# rotate log files every hour, if necessary
#0 * * * * root /usr/bin/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