rev 17346 - trunk/packages/kdebase-workspace/debian

Modestas Vainius modax at alioth.debian.org
Fri Mar 5 03:19:38 UTC 2010


Author: modax
Date: 2010-03-05 03:19:38 +0000 (Fri, 05 Mar 2010)
New Revision: 17346

Modified:
   trunk/packages/kdebase-workspace/debian/changelog
   trunk/packages/kdebase-workspace/debian/kdm.init
Log:
kdm.init runs with -e, be paranoid about truth value.

Modified: trunk/packages/kdebase-workspace/debian/changelog
===================================================================
--- trunk/packages/kdebase-workspace/debian/changelog	2010-03-05 01:48:47 UTC (rev 17345)
+++ trunk/packages/kdebase-workspace/debian/changelog	2010-03-05 03:19:38 UTC (rev 17346)
@@ -1,4 +1,4 @@
-kdebase-workspace (4:4.4.1-0rc1) UNRELEASED; urgency=low
+kdebase-workspace (4:4.4.1-0rc2) UNRELEASED; urgency=low
 
   * New upstream release:
     - fixes crash in Solid's HAL power handling. (Closes: #561724)

Modified: trunk/packages/kdebase-workspace/debian/kdm.init
===================================================================
--- trunk/packages/kdebase-workspace/debian/kdm.init	2010-03-05 01:48:47 UTC (rev 17345)
+++ trunk/packages/kdebase-workspace/debian/kdm.init	2010-03-05 03:19:38 UTC (rev 17346)
@@ -93,6 +93,7 @@
     [ -n "$AUTOLOGINAGAIN" ] && sed -i "s|^#\?AutoLoginAgain=.*|AutoLoginAgain=$AUTOLOGINAGAIN|" $KDMCFG
     [ -n "$AUTOLOGINLOCKED" ] && sed -i "s|^#\?AutoLoginLocked=.*|AutoLoginLocked=$AUTOLOGINLOCKED|" $KDMCFG
   fi
+  return 0
 }
 
 # If we upgraded the daemon, we can't use the --exec argument to




More information about the pkg-kde-commits mailing list