rev 5089 - trunk/packages/kdebase/debian

Fathi Boudra fboudra-guest at alioth.debian.org
Thu Dec 7 11:44:55 CET 2006


Author: fboudra-guest
Date: 2006-12-07 11:44:55 +0100 (Thu, 07 Dec 2006)
New Revision: 5089

Modified:
   trunk/packages/kdebase/debian/kdm.init
Log:
fix duplicate

Modified: trunk/packages/kdebase/debian/kdm.init
===================================================================
--- trunk/packages/kdebase/debian/kdm.init	2006-12-07 10:31:42 UTC (rev 5088)
+++ trunk/packages/kdebase/debian/kdm.init	2006-12-07 10:44:55 UTC (rev 5089)
@@ -63,13 +63,6 @@
 [ -n "$THEME" ] && sed -i "s|^Theme=.*|Theme=$THEME|" $KDMCFG
 [ -n "$WALLPAPER" ] && sed -i "s|^Wallpaper=.*|Wallpaper=$WALLPAPER|" $BACKGROUNDCFG
 
-# uncomment, if you want auto-logon to be runlevel-dependant
-#test "$runlevel" || { runlevel=`runlevel`; runlevel=${runlevel#* }; }
-#test "$runlevel" = 4 && ARG=-autolog || ARG=-noautolog
-
-# uncomment, if you want tons of debug info in your syslog 
-#ARG="$ARG -debug 255"
-
 # If we upgraded the daemon, we can't use the --exec argument to
 # start-stop-daemon since the inode will have changed.  The risk here is that
 # in a situation where the daemon died, its pidfile was not cleaned up, and




More information about the pkg-kde-commits mailing list