[Pkg-utopia-commits] r3470 - in /packages/unstable/hal/debian: changelog hal.init

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Jan 28 00:15:58 UTC 2010


Author: biebl
Date: Thu Jan 28 00:15:45 2010
New Revision: 3470

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3470
Log:
Source the lsb init-functions after checking if the daemon exists.

* debian/hal.init
  - Source the lsb init-functions after checking if the daemon exists.
    If both hal and lsb-base are removed, but hal is not purged, this
    leads to errors otherwise.

Modified:
    packages/unstable/hal/debian/changelog
    packages/unstable/hal/debian/hal.init

Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=3470&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Thu Jan 28 00:15:45 2010
@@ -1,3 +1,10 @@
+hal (0.5.14-2) UNRELEASED; urgency=low
+
+  * debian/hal.init
+    - Source the lsb init-functions after checking if the daemon exists.
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 28 Jan 2010 00:19:31 +0100
+
 hal (0.5.14-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/unstable/hal/debian/hal.init
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/hal.init?rev=3470&op=diff
==============================================================================
--- packages/unstable/hal/debian/hal.init (original)
+++ packages/unstable/hal/debian/hal.init Thu Jan 28 00:15:45 2010
@@ -20,9 +20,9 @@
 DAEMONUSER=haldaemon
 DESC="Hardware abstraction layer"
 
+test -x $DAEMON || exit 0
+
 . /lib/lsb/init-functions
-
-test -x $DAEMON || exit 0
 
 # Include hal defaults if available
 if [ -f /etc/default/hal ] ; then




More information about the Pkg-utopia-commits mailing list