diff options
author | Pierre Habouzit <madcoder@debian.org> | 2008-03-16 10:46:36 +0000 |
---|---|---|
committer | Pierre Habouzit <madcoder@debian.org> | 2008-03-16 10:46:36 +0000 |
commit | ecff9fc134f14a3b08aefdbbaa4ce0d2f4638bf9 (patch) | |
tree | 7e26f98c7ba3c22c1c205b9481ffa7d325ea8dfa | |
parent | faf51519ea8945d106b44af86827aec0265553c0 (diff) | |
download | lighttpd-ecff9fc134f14a3b08aefdbbaa4ce0d2f4638bf9.tar.gz |
LSB Headers.
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/init.d | 6 |
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. |