r1206 - trunk/varnish-cache/debian

bahner at projects.linpro.no bahner at projects.linpro.no
Mon Oct 23 14:12:07 CEST 2006


Author: bahner
Date: 2006-10-23 14:12:07 +0200 (Mon, 23 Oct 2006)
New Revision: 1206

Modified:
   trunk/varnish-cache/debian/TODO
   trunk/varnish-cache/debian/varnish.init
Log:
Preliminary LSB compliance in init-scripts


Modified: trunk/varnish-cache/debian/TODO
===================================================================
--- trunk/varnish-cache/debian/TODO	2006-10-19 13:55:12 UTC (rev 1205)
+++ trunk/varnish-cache/debian/TODO	2006-10-23 12:12:07 UTC (rev 1206)
@@ -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

Modified: trunk/varnish-cache/debian/varnish.init
===================================================================
--- trunk/varnish-cache/debian/varnish.init	2006-10-19 13:55:12 UTC (rev 1205)
+++ trunk/varnish-cache/debian/varnish.init	2006-10-23 12:12:07 UTC (rev 1206)
@@ -10,6 +10,21 @@
 # Version:      @(#)skeleton  1.9  26-Feb-2001  miquels at 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




More information about the varnish-commit mailing list