[Pkg-utopia-commits] r2132 - in /packages/unstable/avahi/debian: avahi-daemon.init avahi-dnsconfd.init changelog
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sat Mar 15 18:15:22 UTC 2008
Author: biebl
Date: Sat Mar 15 18:15:22 2008
New Revision: 2132
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2132
Log:
* debian/avahi-daemon.init, debian/avahi-dnsconfd.init
- Fix LSB init header. Use $remote_fs instead of $local_fs as the daemon
requires /usr to be mounted.
- Remove S from Should-Stop.
Modified:
packages/unstable/avahi/debian/avahi-daemon.init
packages/unstable/avahi/debian/avahi-dnsconfd.init
packages/unstable/avahi/debian/changelog
Modified: packages/unstable/avahi/debian/avahi-daemon.init
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/avahi-daemon.init?rev=2132&op=diff
==============================================================================
--- packages/unstable/avahi/debian/avahi-daemon.init (original)
+++ packages/unstable/avahi/debian/avahi-daemon.init Sat Mar 15 18:15:22 2008
@@ -1,12 +1,12 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: avahi
-# Required-Start: $local_fs dbus
-# Required-Stop: $local_fs dbus
+# Required-Start: $remote_fs dbus
+# Required-Stop: $remote_fs dbus
# Should-Start: $syslog
# Should-Stop: $syslog
# Default-Start: 2 3 4 5
-# Default-Stop: S 0 1 6
+# Default-Stop: 0 1 6
# Short-Description: Avahi mDNS/DNS-SD Daemon
# Description: Zeroconf daemon for configuring your network
# automatically
Modified: packages/unstable/avahi/debian/avahi-dnsconfd.init
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/avahi-dnsconfd.init?rev=2132&op=diff
==============================================================================
--- packages/unstable/avahi/debian/avahi-dnsconfd.init (original)
+++ packages/unstable/avahi/debian/avahi-dnsconfd.init Sat Mar 15 18:15:22 2008
@@ -1,12 +1,12 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: avahi-dnsconfd
-# Required-Start: $local_fs avahi
-# Required-Stop: $local_fs avahi
+# Required-Start: $remote_fs avahi
+# Required-Stop: $remote_fs avahi
# Should-Start: $syslog
# Should-Stop: $syslog
# Default-Start: 2 3 4 5
-# Default-Stop: S 0 1 6
+# Default-Stop: 0 1 6
# Short-Description: Avahi Unicast DNS Configuration Daemon
# Description: A DNS configuration daemon using mDNS in a
# DHCP-like fashion
Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=2132&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Sat Mar 15 18:15:22 2008
@@ -9,6 +9,10 @@
* debian/control
- Bump Standards-Version to 3.7.3. No further changes required.
- Add dependency on python-glade2 to avahi-discover.
+ * debian/avahi-daemon.init, debian/avahi-dnsconfd.init
+ - Fix LSB init header. Use $remote_fs instead of $local_fs as the daemon
+ requires /usr to be mounted.
+ - Remove S from Should-Stop.
[ Sjoerd Simons ]
* debian/patches/80_better_poof.patch:
More information about the Pkg-utopia-commits
mailing list