[Lunar-commits] CVS: moonbase/kde3/kdebase3/init.d kdm,1.1,1.2
Auke Kok
sofar at lunar-linux.org
Wed Dec 8 12:56:19 UTC 2004
Update of /var/cvs/lunar/moonbase/kde3/kdebase3/init.d
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/kde3/kdebase3/init.d
Modified Files:
kdm
Log Message:
never hardcode qtdir/kdedir... always use the proper dereferences
Index: kdm
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdebase3/init.d/kdm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kdm 26 Jun 2003 19:36:51 -0000 1.1
+++ kdm 8 Dec 2004 12:56:03 -0000 1.2
@@ -2,7 +2,7 @@
# chkconfig: 5 95 05
# description: kdm is KDE's version of the xdm graphical login manager
-# processname: /opt/lunar/kde/3/bin/kdm
+# processname: ${KDE_PREFIX:-$KDEDIR}/bin/kdm
# sigreload: HUP
. /lib/lsb/init-functions $1
More information about the Lunar-commits
mailing list