]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- use /var/log/boot.log, to match with plymouth path
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 26 Aug 2010 10:30:44 +0000 (10:30 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 26 Aug 2010 10:30:44 +0000 (10:30 +0000)
svn-id: @11789

rc.d/rc.sysinit

index 6cb6cfca10113f4a9f9d266c9ad2fe2ad1d1ee80..e2e314491a63e09e2976cc3403e64016fe7d18ac 100755 (executable)
@@ -152,7 +152,7 @@ check_root_fs() {
        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 @@ if ! is_yes "$VSERVER"; then
 
        # /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 @@ else
 
        # /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
 
This page took 0.033454 seconds and 4 git commands to generate.