]> git.pld-linux.org Git - packages/bootsplash.git/commitdiff
- forgotten commit
authorpzurowski <pzurowski@pld-linux.org>
Fri, 23 Jan 2004 11:34:59 +0000 (11:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added "-n"

Changed files:
    bootsplash.init -> 1.2

bootsplash.init

index a57d2d75b26a2eca843c44edd79f65ae73349305..b80887def3b536445c2a87039d6332981b192954 100644 (file)
@@ -26,7 +26,7 @@ case "$1" in
                
                for console in $BOOT_SPLASH_CONSOLES; do
                    msg_starting "bootsplash terminal $console" 
-                   daemon /bin/splash.bin -s -u $console "/etc/bootsplash/themes/$THEME/config/bootsplash-$RES.cfg"
+                   daemon /bin/splash.bin -s -u $console -n "/etc/bootsplash/themes/$THEME/config/bootsplash-$RES.cfg"
                done
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/bootsplash
This page took 0.09971 seconds and 4 git commands to generate.