]> git.pld-linux.org Git - packages/bootsplash.git/commitdiff
- instead of redirecting errors define empty box function
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 23 Dec 2003 01:06:58 +0000 (01:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootsplash-bootanim.script -> 1.3
    bootsplash.script -> 1.5

bootsplash-bootanim.script
bootsplash.script

index 8ab5311d16d7672f2782e84d2239169d314c5cbc..bd9af1da492303dfc215aa35ba7b2d5be0e54167 100644 (file)
@@ -135,7 +135,7 @@ fi
 # echo "Pos:  $ax,$ay"
 # echo "options: $OPTIONS"
 
-CMDLINE="fbmngplay -x $ax -y $ay $OPTIONS"
+CMDLINE="/bin/fbmngplay -x $ax -y $ay $OPTIONS"
 for i in $*; do
     CMDLINE="$CMDLINE $DIRECTORY/$i"
 done
index 2379a20bd89658947889f255f5ec58620d82b60d..b8cfaf36b2d41a8838c98caab99c190e539cfb70 100644 (file)
@@ -66,8 +66,10 @@ cat /proc/splash | grep -q silent && _silent="yes"
 [ "$runlevel" == "6" -o "$runlevel" == "0" ] && _shutdown="yes"
 [ "$_shutdown" == "yes" ] && num=$(( $kscripts + 2 ))
 
+function box() { true; } # ignore box descriptions in the config file
+
 if [ -f "/etc/bootsplash/themes/$THEME/config/bootsplash-`/bin/fbresolution`.cfg" ]; then
-  . /etc/bootsplash/themes/$THEME/config/bootsplash-`/bin/fbresolution`.cfg 2> /dev/null
+  . /etc/bootsplash/themes/$THEME/config/bootsplash-`/bin/fbresolution`.cfg
 fi
   
 # Print text string. (Booting/Shutting down the system. Press
This page took 0.051037 seconds and 4 git commands to generate.