r1213 - in branches/1.0: . debian

des at projects.linpro.no des at projects.linpro.no
Thu Nov 2 13:57:55 CET 2006


Author: des
Date: 2006-11-02 13:57:55 +0100 (Thu, 02 Nov 2006)
New Revision: 1213

Modified:
   branches/1.0/
   branches/1.0/debian/TODO
   branches/1.0/debian/varnish.init
Log:
 r33290 at cat (orig r1206):  bahner | 2006-10-23 14:12:07 +0200
 Preliminary LSB compliance in init-scripts
 



Property changes on: branches/1.0
___________________________________________________________________
Name: svk:merge
   - d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1205
   + d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1206

Modified: branches/1.0/debian/TODO
===================================================================
--- branches/1.0/debian/TODO	2006-11-02 12:57:54 UTC (rev 1212)
+++ branches/1.0/debian/TODO	2006-11-02 12:57:55 UTC (rev 1213)
@@ -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: branches/1.0/debian/varnish.init
===================================================================
--- branches/1.0/debian/varnish.init	2006-11-02 12:57:54 UTC (rev 1212)
+++ branches/1.0/debian/varnish.init	2006-11-02 12:57:55 UTC (rev 1213)
@@ -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