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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu May 3 14:07:12 UTC 2007


Author: biebl
Date: Thu May  3 14:07:12 2007
New Revision: 1465

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1465
Log:
Merge from Ubuntu: Use $0 instead of hardcoded path in usage help

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

Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=1465&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Thu May  3 14:07:12 2007
@@ -16,6 +16,8 @@
         to them. (FD #10429, LP #87800)
     - debian/patches/67-fix-probe-volume.patch
       + Fix scrambled labels. (FD #10362, LP #69914)
+    - debian/hal.init.dbus 
+      + Use actual init script path in usage help.
 
   * debian/control
     + Drop the Build-Depends: linux-kernel-headers (>= 2.6.17). 

Modified: packages/unstable/hal/debian/hal.init.dbus
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/hal.init.dbus?rev=1465&op=diff
==============================================================================
--- packages/unstable/hal/debian/hal.init.dbus (original)
+++ packages/unstable/hal/debian/hal.init.dbus Thu May  3 14:07:12 2007
@@ -76,9 +76,7 @@
   do_start
 	;;
   *)
-	N=/etc/init.d/$NAME
-	# echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
-	log_success_msg "Usage: $N {start|stop|restart|force-reload}" >&2
+	log_success_msg "Usage: $0 {start|stop|restart|force-reload}" >&2
 	exit 1
 	;;
 esac




More information about the Pkg-utopia-commits mailing list