[Pkg-utopia-commits] r1415 - in /packages/unstable/dbus/debian: changelog dbus.init

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Apr 18 16:38:39 UTC 2007


Author: biebl
Date: Wed Apr 18 16:38:38 2007
New Revision: 1415

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1415
Log:
Properly quote the runlevel variable $r

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

Modified: packages/unstable/dbus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/changelog?rev=1415&op=diff
==============================================================================
--- packages/unstable/dbus/debian/changelog (original)
+++ packages/unstable/dbus/debian/changelog Wed Apr 18 16:38:38 2007
@@ -1,3 +1,10 @@
+dbus (1.0.2-4) unstable; urgency=low
+
+  * debian/dbus.init
+    + Properly quote the runlevel variable. (Closes: #419818)
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 18 Apr 2007 06:30:42 +0200
+
 dbus (1.0.2-3) unstable; urgency=low
 
   * debian/dbus.post{inst,rm}

Modified: packages/unstable/dbus/debian/dbus.init
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.init?rev=1415&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.init (original)
+++ packages/unstable/dbus/debian/dbus.init Wed Apr 18 16:38:38 2007
@@ -54,7 +54,7 @@
   # Determine current runlevel
   r=$(/sbin/runlevel) || true
 
-  [ $r = "unknown" ] && return
+  [ "$r" = "unknown" ] && return
 
   r=${r#*\ }
 




More information about the Pkg-utopia-commits mailing list