[Initscripts-ng-commits] r224 - in /trunk/src/insserv/debian:
changelog overrides/bind9
pere at users.alioth.debian.org
pere at users.alioth.debian.org
Sat Oct 7 07:49:26 UTC 2006
Author: pere
Date: Sat Oct 7 07:49:26 2006
New Revision: 224
URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=224
Log:
Change bind9 override file to avoid dependency loop involving
$syslog->sysklogd->$named->bind9. Remove $syslog dependency and
insert $remote_fs dependency instead. Reduce the $network dependency
to a conditional dependency to allow it to start on a machine without
netbase installed.
Modified:
trunk/src/insserv/debian/changelog
trunk/src/insserv/debian/overrides/bind9
Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=224&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Sat Oct 7 07:49:26 2006
@@ -1,3 +1,13 @@
+insserv (1.08.0-9) unstable; urgency=low
+
+ * Change bind9 override file to avoid dependency loop involving
+ $syslog->sysklogd->$named->bind9. Remove $syslog dependency and
+ insert $remote_fs dependency instead. Reduce the $network dependency
+ to a conditional dependency to allow it to start on a machine without
+ netbase installed.
+
+ -- Petter Reinholdtsen <pere at debian.org> Sat, 7 Oct 2006 09:43:06 +0200
+
insserv (1.08.0-8) unstable; urgency=low
* Add override files for festival, hotkey-setup and lisa.
Modified: trunk/src/insserv/debian/overrides/bind9
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/overrides/bind9?rev=224&op=diff
==============================================================================
--- trunk/src/insserv/debian/overrides/bind9 (original)
+++ trunk/src/insserv/debian/overrides/bind9 Sat Oct 7 07:49:26 2006
@@ -1,7 +1,9 @@
### BEGIN INIT INFO
# Provides: bind9
-# Required-Start: $network $syslog
-# Required-Stop: $network $syslog
+# Required-Start: $remote_fs
+# Required-Stop: $remote_fs
+# Should-Start: $network
+# Should-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
### END INIT INFO
More information about the Initscripts-ng-commits
mailing list