SOURCES: splashutils-configpath.patch - patch source
glen
glen at pld-linux.org
Tue Apr 22 18:48:10 CEST 2008
Author: glen Date: Tue Apr 22 16:48:10 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- patch source
---- Files affected:
SOURCES:
splashutils-configpath.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/splashutils-configpath.patch
diff -u SOURCES/splashutils-configpath.patch:1.1 SOURCES/splashutils-configpath.patch:1.2
--- SOURCES/splashutils-configpath.patch:1.1 Tue Apr 22 18:44:40 2008
+++ SOURCES/splashutils-configpath.patch Tue Apr 22 18:48:05 2008
@@ -1,10 +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
+--- splashutils-1.5.4/scripts/splash-functions.sh.in~ 2008-04-22 18:58:14.000000000 +0300
++++ splashutils-1.5.4/scripts/splash-functions.sh.in 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
+ [ -f @sysconfdir@/splash/splash ] && . @sysconfdir@/splash/splash
+ [ -f @sysconfdir@/conf.d/splash ] && . @sysconfdir@/conf.d/splash
+ [ -f @sysconfdir@/conf.d/fbcondecor ] && . @sysconfdir@/conf.d/fbcondecor
++ [ -f @sysconfdir@/sysconfig/splash ] && . @sysconfdir@/sysconfig/splash
if [ -f /proc/cmdline ]; then
options=$(grep -o 'splash=[^ ]*' /proc/cmdline)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/splashutils-configpath.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list