[Pkg-utopia-commits] r315 - packages/experimental/avahi/debian

Ross Burton ross at costa.debian.org
Fri Sep 9 15:53:56 UTC 2005


Author: ross
Date: 2005-09-09 15:53:55 +0000 (Fri, 09 Sep 2005)
New Revision: 315

Modified:
   packages/experimental/avahi/debian/avahi-daemon.postinst
Log:
Restart the bus on install

Modified: packages/experimental/avahi/debian/avahi-daemon.postinst
===================================================================
--- packages/experimental/avahi/debian/avahi-daemon.postinst	2005-09-09 15:53:44 UTC (rev 314)
+++ packages/experimental/avahi/debian/avahi-daemon.postinst	2005-09-09 15:53:55 UTC (rev 315)
@@ -20,6 +20,9 @@
       adduser --quiet --system --home / \
         --gecos "Avahi mDNS daemon" --group avahi
     fi
+
+    # Ask the bus to reload the config file
+    dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
   ;;
   abort-upgrade|abort-remove|abort-deconfigure)
   ;;




More information about the Pkg-utopia-commits mailing list