diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-06-15 06:24:12 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-06-15 06:24:12 +0000 |
commit | 7f44a0b347f4e2fc1cc9be077494429da07b72b1 (patch) | |
tree | f79e6aa74368df4fa1e0d19a8a6aab6e440d958f | |
parent | 174f4b366d09eed6b2f736395d6363fca8180545 (diff) | |
download | sitesummary-7f44a0b347f4e2fc1cc9be077494429da07b72b1.tar.gz sitesummary-7f44a0b347f4e2fc1cc9be077494429da07b72b1.tar.bz2 sitesummary-7f44a0b347f4e2fc1cc9be077494429da07b72b1.tar.xz |
Make $syslog and $named init.d script dependencies optional.
-rw-r--r-- | debian/sitesummary-client.init | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/sitesummary-client.init b/debian/sitesummary-client.init index f9523ed..e572879 100644 --- a/debian/sitesummary-client.init +++ b/debian/sitesummary-client.init @@ -1,8 +1,9 @@ #!/bin/sh ### BEGIN INIT INFO -# provides: sitesummary-client -# required-start: $network $remote_fs $syslog $named -# required-stop: +# Provides: sitesummary-client +# Required-Start: $network $remote_fs +# Required-Stop: +# Should-Start: $syslog $named # Default-Start: 2 3 4 5 # Default-Stop: # Short-Description: Report status to sitesummary server after boot |