From 8261c21fc4cf0d322373c258271cb64e22b1afea Mon Sep 17 00:00:00 2001 From: rgrimes Date: Mon, 9 Aug 1993 15:18:02 +0000 Subject: Due to the bug with the console drivers and kill syslogd I have disabled that in the daily and weekly scripts so that we don't get bug reports about something we already know. There are explanory comments in the files. --- etc/weekly | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'etc/weekly') diff --git a/etc/weekly b/etc/weekly index 79b46ff..65c08d9 100644 --- a/etc/weekly +++ b/etc/weekly @@ -43,16 +43,20 @@ if [ -f /usr/lib/uucp/clean.weekly ]; then fi echo "" -echo "Rotating messages:" -cd /var/log -if [ -f messages.2 ]; then mv -f messages.2 messages.3; fi -if [ -f messages.1 ]; then mv -f messages.1 messages.2; fi -if [ -f messages.0 ]; then mv -f messages.0 messages.1; fi -mv -f messages messages.0 -cp /dev/null messages -chmod 644 messages -kill -1 `cat /var/run/syslog.pid` -cd / +# Due to a console sub system bug doing the kill -1 of syslogd +# will lock up the console. This has been disabled until that +# is fixed. +# +#echo "Rotating messages:" +#cd /var/log +#if [ -f messages.2 ]; then mv -f messages.2 messages.3; fi +#if [ -f messages.1 ]; then mv -f messages.1 messages.2; fi +#if [ -f messages.0 ]; then mv -f messages.0 messages.1; fi +#mv -f messages messages.0 +#cp /dev/null messages +#chmod 644 messages +#kill -1 `cat /var/run/syslog.pid` +#cd / echo "" echo "Rebuilding locate database:" -- cgit v1.1