]> git.pld-linux.org Git - packages/bootsplash.git/commitdiff
- redirect error message from including bootsplash-*.cfg file to /dev/null
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 22 Dec 2003 23:20:30 +0000 (23:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootsplash.script -> 1.4

bootsplash.script

index c66908441e4d6979fc556c946568e8763f4de3e7..2379a20bd89658947889f255f5ec58620d82b60d 100644 (file)
@@ -67,7 +67,7 @@ cat /proc/splash | grep -q silent && _silent="yes"
 [ "$_shutdown" == "yes" ] && num=$(( $kscripts + 2 ))
 
 if [ -f "/etc/bootsplash/themes/$THEME/config/bootsplash-`/bin/fbresolution`.cfg" ]; then
-  . /etc/bootsplash/themes/$THEME/config/bootsplash-`/bin/fbresolution`.cfg
+  . /etc/bootsplash/themes/$THEME/config/bootsplash-`/bin/fbresolution`.cfg 2> /dev/null
 fi
   
 # Print text string. (Booting/Shutting down the system. Press
This page took 0.067747 seconds and 4 git commands to generate.