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

glen glen at pld-linux.org
Thu Aug 26 12:30:46 CEST 2010


Author: glen
Date: Thu Aug 26 12:30:44 2010
New Revision: 11789

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
- use /var/log/boot.log, to match with plymouth path


Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit	(original)
+++ rc-scripts/trunk/rc.d/rc.sysinit	Thu Aug 26 12:30:44 2010
@@ -152,7 +152,7 @@
 	fi
 }
 
-# boot logging to /var/log/boot.msg. install showconsole package to get it.
+# boot logging to /var/log/boot.log. install showconsole package to get it.
 if [ -x /sbin/blogd ] && ! is_no "$RC_BOOTLOG"; then
 	RC_BOOTLOG=1
 else
@@ -880,7 +880,7 @@
 
 	# /var/log should be writable now, so start saving the boot output
 	if [ "$RC_BOOTLOG" ]; then
-		echo > /var/log/boot.msg
+		echo > /var/log/boot.log
 		killall -IO blogd
 	fi
 
@@ -932,7 +932,7 @@
 
 	# /var/log should be writable now, so start saving the boot output
 	if [ "$RC_BOOTLOG" ]; then
-		echo > /var/log/boot.msg
+		echo > /var/log/boot.log
 		killall -IO blogd
 	fi
 


More information about the pld-cvs-commit mailing list