Author: glen Date: Tue Apr 22 16:44:45 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - pld config location
---- Files affected: SOURCES: splashutils-configpath.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/splashutils-configpath.patch diff -u /dev/null SOURCES/splashutils-configpath.patch:1.1 --- /dev/null Tue Apr 22 18:44:45 2008 +++ SOURCES/splashutils-configpath.patch Tue Apr 22 18:44:40 2008 @@ -0,0 +1,10 @@ +--- splashutils-1.5.4/scripts/splash-functions.sh~ 2008-04-22 18:58:14.000000000 +0300 ++++ splashutils-1.5.4/scripts/splash-functions.sh 2008-04-22 19:39:11.791167143 +0300 +@@ -130,6 +130,7 @@ + [ -f /etc/splash/splash ] && . /etc/splash/splash + [ -f /etc/conf.d/splash ] && . /etc/conf.d/splash + [ -f /etc/conf.d/fbcondecor ] && . /etc/conf.d/fbcondecor ++ [ -f /etc/sysconfig/splash ] && . /etc/sysconfig/splash + + if [ -f /proc/cmdline ]; then + options=$(grep -o 'splash=[^ ]*' /proc/cmdline) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
