summaryrefslogtreecommitdiffstats
path: root/etc/monthly
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-08-31 16:29:05 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-08-31 16:29:05 +0000
commit89fe9552049fe4ba52a781cd1a5ac555a79c86ab (patch)
treebe47a4f8514d72c33213c999605d3a1c3ac861cf /etc/monthly
parent9833e48d9a9937acb16c32e1a1bbd124565cf82e (diff)
downloadFreeBSD-src-89fe9552049fe4ba52a781cd1a5ac555a79c86ab.zip
FreeBSD-src-89fe9552049fe4ba52a781cd1a5ac555a79c86ab.tar.gz
Reenabled rotation of log files and killing of syslogd now that the
lockup problem is fixed.
Diffstat (limited to 'etc/monthly')
-rw-r--r--etc/monthly2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/monthly b/etc/monthly
index e48ddd7..8f026d6 100644
--- a/etc/monthly
+++ b/etc/monthly
@@ -12,7 +12,7 @@ echo "Subject: $host monthly run output"
echo ""
echo -n "Rotating log files:"
-#cd /var/log
+cd /var/log
for i in kerberos.log lpd-errs wtmp; do
echo -n " $i"
if [ -f $i.5 ]; then mv -f $i.5 $i.6; fi
OpenPOWER on IntegriCloud