[pkg-lighttpd] r307 - lighttpd/trunk/debian

madcoder at alioth.debian.org madcoder at alioth.debian.org
Sun Mar 16 10:46:37 UTC 2008


Author: madcoder
Date: 2008-03-16 10:46:36 +0000 (Sun, 16 Mar 2008)
New Revision: 307

Modified:
   lighttpd/trunk/debian/changelog
   lighttpd/trunk/debian/init.d
Log:
LSB Headers.


Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog	2008-03-16 10:42:37 UTC (rev 306)
+++ lighttpd/trunk/debian/changelog	2008-03-16 10:46:36 UTC (rev 307)
@@ -32,6 +32,11 @@
        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 at debian.org>  Sun, 16 Mar 2008 10:11:45 +0100
 
 lighttpd (1.4.18-4) unstable; urgency=high

Modified: lighttpd/trunk/debian/init.d
===================================================================
--- lighttpd/trunk/debian/init.d	2008-03-16 10:42:37 UTC (rev 306)
+++ lighttpd/trunk/debian/init.d	2008-03-16 10:46:36 UTC (rev 307)
@@ -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.




More information about the pkg-lighttpd-maintainers mailing list