]> git.pld-linux.org Git - packages/bootsplash.git/commitdiff
- killed trailing spaces/tabs
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Dec 2005 01:02:49 +0000 (01:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootsplash.init -> 1.4

bootsplash.init

index e6c79e7c2dd9c1e8a200a5eddf2fa0a0971c0804..f2eaed722b3dade1cc8dde4cd74cd9838e0a3a4f 100644 (file)
@@ -23,9 +23,8 @@ case "$1" in
   start)
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/bootsplash ]; then
-               
                for console in $BOOT_SPLASH_CONSOLES; do
-                   msg_starting "bootsplash terminal $console" 
+                   msg_starting "bootsplash terminal $console"
                    daemon /bin/splash.bin -s -u $console -n "/etc/bootsplash/themes/$THEME/config/bootsplash-$RES.cfg"
                done
                RETVAL=$?
This page took 0.062453 seconds and 4 git commands to generate.