diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/sitesummary-client.init | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index aedf729..8559d14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sitesummary (0.0.65) UNRELEASED; urgency=low + + [ Petter Reinholdtsen ] + * Start the sitesummary-client init.d script after a local DNS server + is operational. + + -- Petter Reinholdtsen <pere@debian.org> Tue, 15 Jun 2010 08:21:19 +0200 + sitesummary (0.0.64) unstable; urgency=low [ Philipp Huebner ] diff --git a/debian/sitesummary-client.init b/debian/sitesummary-client.init index 4c87558..f9523ed 100644 --- a/debian/sitesummary-client.init +++ b/debian/sitesummary-client.init @@ -1,7 +1,7 @@ #!/bin/sh ### BEGIN INIT INFO # provides: sitesummary-client -# required-start: $network $remote_fs $syslog +# required-start: $network $remote_fs $syslog $named # required-stop: # Default-Start: 2 3 4 5 # Default-Stop: |