SVN: rc-scripts/trunk/rc.d/rc.sysinit

glen glen at pld-linux.org
Thu Mar 15 18:19:44 CET 2007


Author: glen
Date: Thu Mar 15 18:19:42 2007
New Revision: 8379

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
- can start blogd rather earlier

Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit	(original)
+++ rc-scripts/trunk/rc.d/rc.sysinit	Thu Mar 15 18:19:42 2007
@@ -160,6 +160,11 @@
 		run_cmd "Starting Device Filesystem Daemon" /sbin/devfsd /dev
 	fi
 
+	# Start logging console output since we have all /dev stuff setup
+	if [ "$RC_BOOTLOG" ]; then
+		/sbin/blogd -q
+	fi
+
 	# cpuset support (mounted unconditionally, shouldn't be a problem)
 	if grep -q cpuset /proc/filesystems 2>/dev/null ; then
 		# mkdir for udev (FIXME fix the udev instead)
@@ -167,11 +172,6 @@
 		mount -n -t cpuset none /dev/cpuset
 	fi
 
-   # Start logging console output since we have all /dev stuff setup
-	if [ "$RC_BOOTLOG" ]; then
-		/sbin/blogd -q
-	fi
-
 	# Configure Linux kernel (initial configuration, some required modules still
 	# may be missing).
 	/sbin/sysctl -e -p /etc/sysctl.conf > /dev/null 2>&1


More information about the pld-cvs-commit mailing list