[Pkg-utopia-commits] r344 - packages/experimental/hal/debian

Sjoerd Simons sjoerd at costa.debian.org
Fri Oct 28 14:14:10 UTC 2005


Author: sjoerd
Date: 2005-10-28 14:14:09 +0000 (Fri, 28 Oct 2005)
New Revision: 344

Modified:
   packages/experimental/hal/debian/hal.postinst
Log:
Update postinst comment

Modified: packages/experimental/hal/debian/hal.postinst
===================================================================
--- packages/experimental/hal/debian/hal.postinst	2005-10-28 14:08:35 UTC (rev 343)
+++ packages/experimental/hal/debian/hal.postinst	2005-10-28 14:14:09 UTC (rev 344)
@@ -40,7 +40,7 @@
       update-rc.d hal remove
     fi
  
-    # only start dbus/hal if it is not already running
+    # only start hal if it is not already running
     if [ ! -e /var/run/hal/hald.pid ] || ! ps --no-headers -p $(< /var/run/hal/hald.pid) > /dev/null ; then
         if [ -x /etc/init.d/dbus ]; then
             invoke-rc.d dbus reload || true




More information about the Pkg-utopia-commits mailing list