SOURCES: kdebase-startkde.patch - better check
glen
glen at pld-linux.org
Sun Nov 13 21:03:42 CET 2005
Author: glen Date: Sun Nov 13 20:03:42 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- better check
---- Files affected:
SOURCES:
kdebase-startkde.patch (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SOURCES/kdebase-startkde.patch
diff -u SOURCES/kdebase-startkde.patch:1.8 SOURCES/kdebase-startkde.patch:1.9
--- SOURCES/kdebase-startkde.patch:1.8 Sun Nov 13 21:01:35 2005
+++ SOURCES/kdebase-startkde.patch Sun Nov 13 21:03:37 2005
@@ -4,7 +4,7 @@
# run KPersonalizer before the session, if this is the first login
if test "$kpersonalizerrc_general_firstlogin" = "true"; then
-+ if test `/usr/bin/which kpersonalizer 2>/dev/null`; then
++ if [ -x /usr/bin/kpersonalizer ]; then
# start only dcopserver, don't start whole kdeinit (takes too long)
echo 'startkde: Running kpersonalizer...' 1>&2
dcopserver
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/kdebase-startkde.patch?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list