]> err.no Git - varnish/commitdiff
Preliminary LSB compliance in init-scripts
authorbahner <bahner@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 23 Oct 2006 12:12:07 +0000 (12:12 +0000)
committerbahner <bahner@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 23 Oct 2006 12:12:07 +0000 (12:12 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1206 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/debian/TODO
varnish-cache/debian/varnish.init

index 35312e81b9b1dedee05c256b4d01daa83ff2a160..70dc5dadf281f7d93b5c432e02f49356d7f84fb6 100644 (file)
@@ -1,2 +1,3 @@
 - Write helper script to create storage_file from defaults
 - possibly setup default logging
+- get the 4. (advertising) clause BSD license removed from the source, if possible
index ee7b8bc2329dfb743747f58e663a874d75b2c968..b4cff3d42a9e87a6869756eebd7705c86de73967 100644 (file)
 # Version:      @(#)skeleton  1.9  26-Feb-2001  miquels@cistron.nl
 #
 
+### BEGIN INIT INFO
+# Provides:          varnish
+# Required-Start:    $local_fs $network
+# Required-Stop:     $local_fs $network
+# Should-Start:      $remote_fs
+# Should-Stop:       $remote_fs
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Start HTTPd accelerator
+# Description:       This script provides a server-side cache
+#                    to be run in front of a httpd and should
+#                   listen on port 80 on a properly configured
+#                    system
+### END INIT INFO
+
 NAME=varnish
 DESC="HTTPd accelerator"
 PATH=/sbin:/bin:/usr/sbin:/usr/bin