diff options
author | ache <ache@FreeBSD.org> | 1995-11-19 17:21:13 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-11-19 17:21:13 +0000 |
commit | c38cb85663e269f3f195467028a546f2fb7c3e1a (patch) | |
tree | 0c2e0051f5b711b016cf98fbd4332ef8debcbb17 /etc | |
parent | 6b3f3ebc552835d02da75a1565db55466829a30a (diff) | |
download | FreeBSD-src-c38cb85663e269f3f195467028a546f2fb7c3e1a.zip FreeBSD-src-c38cb85663e269f3f195467028a546f2fb7c3e1a.tar.gz |
Add commented out msgs database cleanup to crontab
Add -f (silent) flag to msgs call for logins (commented out)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/crontab | 5 | ||||
-rw-r--r-- | etc/csh.login | 2 | ||||
-rw-r--r-- | etc/profile | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/etc/crontab b/etc/crontab index 9ef7abd..ce3848a 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 diff --git a/etc/csh.login b/etc/csh.login index 11b2558..3e92229 100644 --- a/etc/csh.login +++ b/etc/csh.login @@ -8,4 +8,4 @@ # setenv LANG it_IT.ISO_8859-1 # For full locales list check /usr/share/locale/* # Read system messages -# msgs +# msgs -f diff --git a/etc/profile b/etc/profile index 3446378..8190729 100644 --- a/etc/profile +++ b/etc/profile @@ -8,4 +8,4 @@ # LANG=it_IT.ISO_8859-1; export LANG # For full locales list check /usr/share/locale/* # Read system messages -# msgs +# msgs -f |