diff options
| author | Petter Reinholdtsen <pere@hungry.com> | 2010-06-15 06:21:46 +0000 | 
|---|---|---|
| committer | Petter Reinholdtsen <pere@hungry.com> | 2010-06-15 06:21:46 +0000 | 
| commit | 174f4b366d09eed6b2f736395d6363fca8180545 (patch) | |
| tree | d5ea520917a4646053775bdf62ccc576175e48cd | |
| parent | 2a7e0efe0f7ec7349815d049551d077fab4ef45c (diff) | |
| download | sitesummary-174f4b366d09eed6b2f736395d6363fca8180545.tar.gz sitesummary-174f4b366d09eed6b2f736395d6363fca8180545.tar.bz2 sitesummary-174f4b366d09eed6b2f736395d6363fca8180545.tar.xz | |
Start the sitesummary-client init.d script after a local DNS server
is operational.
| -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: | 
