[pkg-dhcp-commits] [SCM] ISC DHCP packaging for Debian branch, master, updated. upstream/4.1.1-59-ga4c6c68

Andrew Pollock apollock at debian.org
Wed Jun 16 05:54:11 UTC 2010


The following commit has been merged in the master branch:
commit a4c6c68261818e5f7c5ef7b72d24b860262bb96a
Author: Andrew Pollock <apollock at debian.org>
Date:   Tue Jun 15 20:16:17 2010 -0700

    Add a start-time dependency on $named
    
    for bug #586035

diff --git a/debian/changelog b/debian/changelog
index c698d5a..1e1f050 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ isc-dhcp (4.1.1-P1-3) experimental; urgency=low
     update-rc.d stuff is done properly
   * debian/isc-dhcp-{relay,server}.{postinst,postrm}: remove calls to
     update-rc.d and invoke-rc.d, let dh_installinit handle it
+  * debian/isc-dhcp-server.init.d: add a start-time dependency on $named
+    (closes: #586035)
 
- -- Andrew Pollock <apollock at debian.org>  Tue, 15 Jun 2010 19:40:52 -0700
+ -- Andrew Pollock <apollock at debian.org>  Tue, 15 Jun 2010 20:14:33 -0700
 
 isc-dhcp (4.1.1-P1-2) experimental; urgency=low
 
diff --git a/debian/isc-dhcp-server.init.d b/debian/isc-dhcp-server.init.d
index 3220fe9..9be1e1a 100644
--- a/debian/isc-dhcp-server.init.d
+++ b/debian/isc-dhcp-server.init.d
@@ -6,7 +6,7 @@
 # Provides:          isc-dhcp-server
 # Required-Start:    $remote_fs $network $syslog
 # Required-Stop:     $remote_fs $network $syslog
-# Should-Start:      $local_fs slapd
+# Should-Start:      $local_fs slapd $named
 # Should-Stop:       $local_fs slapd
 # Default-Start:     2 3 4 5
 # Default-Stop:

-- 
ISC DHCP packaging for Debian



More information about the pkg-dhcp-commits mailing list