SVN: rc-scripts/trunk/rc.d: rc.shutdown rc.sysinit
glen
glen at pld-linux.org
Fri Nov 9 01:00:02 CET 2007
Author: glen
Date: Fri Nov 9 01:00:01 2007
New Revision: 9019
Modified:
rc-scripts/trunk/rc.d/rc.shutdown
rc-scripts/trunk/rc.d/rc.sysinit
Log:
- blogd updates
Modified: rc-scripts/trunk/rc.d/rc.shutdown
==============================================================================
--- rc-scripts/trunk/rc.d/rc.shutdown (original)
+++ rc-scripts/trunk/rc.d/rc.shutdown Fri Nov 9 01:00:01 2007
@@ -28,6 +28,12 @@
runlevel=$1
previous=$2
+# Stop blogd before umounting /var
+if [ -x /sbin/blogd ] && ! is_no "$RC_BOOTLOG"; then
+ killall -QUIT blogd
+fi
+
+
# check for other processes.
# there could be none if all services were terminated properly
# pgrep -g 0 requires procps >= 3.2.6-1.1
Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit (original)
+++ rc-scripts/trunk/rc.d/rc.sysinit Fri Nov 9 01:00:01 2007
@@ -204,7 +204,7 @@
# Start logging console output since we have all /dev stuff setup
if [ "$RC_BOOTLOG" ]; then
- /sbin/blogd -q
+ /sbin/blogd
fi
# cpuset support (mounted unconditionally, shouldn't be a problem)
More information about the pld-cvs-commit
mailing list