aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2009-08-29 09:02:41 +0000
committerPetter Reinholdtsen <pere@hungry.com>2009-08-29 09:02:41 +0000
commit36ca1aea8254a557ff5151f76b1b611b0e0b1aa7 (patch)
treecba0088f8d08e19b1e329dffaac31c135db6a275
parent996c6af4a6bf8a0cf6d1a35196438c02be469498 (diff)
downloadsitesummary-36ca1aea8254a557ff5151f76b1b611b0e0b1aa7.tar.gz
sitesummary-36ca1aea8254a557ff5151f76b1b611b0e0b1aa7.tar.bz2
sitesummary-36ca1aea8254a557ff5151f76b1b611b0e0b1aa7.tar.xz
* Add $syslog as init.d script dependency, to document that this
package might log to syslog.
-rw-r--r--debian/changelog7
-rw-r--r--debian/sitesummary-client.init2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b4d3a84..0dc550d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sitesummary (0.0.49) UNRELEASED; urgency=low
+
+ * Add $syslog as init.d script dependency, to document that this
+ package might log to syslog.
+
+ -- Petter Reinholdtsen <pere@debian.org> Sat, 29 Aug 2009 11:02:12 +0200
+
sitesummary (0.0.48) unstable; urgency=low
[ Holger Levsen]
diff --git a/debian/sitesummary-client.init b/debian/sitesummary-client.init
index 30108d1..8f2bf7e 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
+# required-start: $network $remote_fs $syslog
# required-stop:
# Default-Start: 2 3 4 5
# Default-Stop: