Update of /cvsroot/devil-linux/build/config/etc/init.d
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv646/config/etc/init.d
Modified Files:
Tag: rel-1-0-patches
syslog
Log Message:
don't try to restart klogd when doing a "/etc/init.d/syslog reload"
Index: syslog
===================================================================
RCS file: /cvsroot/devil-linux/build/config/etc/init.d/syslog,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- syslog 20 Aug 2003 19:15:35 -0000 1.5
+++ syslog 13 Mar 2004 15:07:53 -0000 1.5.2.1
@@ -86,9 +86,6 @@
else
echo "$0 no $SYSLOG_DAEMON process found!"
fi
-
- killproc -q klogd
- loadproc -q klogd -c $KERNEL_LOGLEVEL
;;
*)
|