summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Habouzit <madcoder@debian.org>2008-03-16 10:46:36 +0000
committerPierre Habouzit <madcoder@debian.org>2008-03-16 10:46:36 +0000
commitecff9fc134f14a3b08aefdbbaa4ce0d2f4638bf9 (patch)
tree7e26f98c7ba3c22c1c205b9481ffa7d325ea8dfa
parentfaf51519ea8945d106b44af86827aec0265553c0 (diff)
downloadlighttpd-ecff9fc134f14a3b08aefdbbaa4ce0d2f4638bf9.tar.gz
LSB Headers.
-rw-r--r--debian/changelog5
-rw-r--r--debian/init.d6
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 5a9251a..20bbea9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,11 @@ lighttpd (1.4.19-1) UNRELEASED; urgency=low
chmod the base directory, content is likely to be only created by
lighty anyways. (Closes: 468297).
+ * debian/init.d:
+ + Add $remote_fs and $network (instead of networking) to
+ Required-{Start,Stop}.
+ + Add fam to Should-{Start,Stop} (Closes: 461180).
+
-- Pierre Habouzit <madcoder@debian.org> Sun, 16 Mar 2008 10:11:45 +0100
lighttpd (1.4.18-4) unstable; urgency=high
diff --git a/debian/init.d b/debian/init.d
index 701dda0..a4eb054 100644
--- a/debian/init.d
+++ b/debian/init.d
@@ -1,8 +1,10 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: lighttpd
-# Required-Start: networking
-# Required-Stop: networking
+# Required-Start: $remote_fs $network
+# Required-Stop: $remote_fs $network
+# Should-Start: fam
+# Should-Stop: fam
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start the lighttpd web server.