diff options
author | graichen <graichen@FreeBSD.org> | 1996-01-05 10:09:13 +0000 |
---|---|---|
committer | graichen <graichen@FreeBSD.org> | 1996-01-05 10:09:13 +0000 |
commit | 33c5bdb9ab3aeaafcd9fdcb53962cff1484c52ff (patch) | |
tree | 5b52ffe6faf686dda1dd9ddaecb9f3f2929544bf /etc/crontab | |
parent | 3cfe176aafa53c3e6986167919d424db722feb4b (diff) | |
download | FreeBSD-src-33c5bdb9ab3aeaafcd9fdcb53962cff1484c52ff.zip FreeBSD-src-33c5bdb9ab3aeaafcd9fdcb53962cff1484c52ff.tar.gz |
changed /etc/[daily,weekly,monthly] to not rotate the logfiles by
"hand", changed /etc/crontab to call /usr/sbin/newsyslog every hour
(the entry was there before - but we haven't had any newsyslog until
today :-) and changed /etc/inetd.conf to also contain (commentet out)
entries for rpc.rquotad and rpc.sprayd (taken from NetBSD)
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/crontab b/etc/crontab index ce3848a..d402955 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,6 +1,6 @@ # /etc/crontab - root's crontab for FreeBSD # -# $Id: crontab,v 1.10 1995/05/27 01:55:21 ache Exp $ +# $Id: crontab,v 1.11 1995/11/19 17:21:09 ache Exp $ # From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp # SHELL=/bin/sh @@ -12,7 +12,7 @@ HOME=/var/log */5 * * * * root /usr/libexec/atrun # # rotate log files every hour, if necessary -#0 * * * * root /usr/bin/newsyslog +0 * * * * root /usr/sbin/newsyslog # # remove system messages older than 21 days #0 1 * * * daemon /usr/bin/msgs -c |