Mailing List Archive

r1153 - trunk/varnish-cache/debian
Author: bahner
Date: 2006-10-13 09:59:54 +0200 (Fri, 13 Oct 2006)
New Revision: 1153

Modified:
trunk/varnish-cache/debian/TODO
trunk/varnish-cache/debian/changelog
trunk/varnish-cache/debian/dirs
trunk/varnish-cache/debian/varnish.default
Log:
Changed storage location of backend storage to be FHS 2.3 compliant


Modified: trunk/varnish-cache/debian/TODO
===================================================================
--- trunk/varnish-cache/debian/TODO 2006-10-12 17:14:41 UTC (rev 1152)
+++ trunk/varnish-cache/debian/TODO 2006-10-13 07:59:54 UTC (rev 1153)
@@ -1 +1,2 @@
-Write helper script to create storage_file from defaults
+- Write helper script to create storage_file from defaults
+- possibly setup default logging

Modified: trunk/varnish-cache/debian/changelog
===================================================================
--- trunk/varnish-cache/debian/changelog 2006-10-12 17:14:41 UTC (rev 1152)
+++ trunk/varnish-cache/debian/changelog 2006-10-13 07:59:54 UTC (rev 1153)
@@ -3,9 +3,10 @@
* Added README for Debian
* svn-based source
* Added target to create configure to build from pristine source
- * Added init-script and defaults
+ * Added init-script and defaults
+ * Moved backend storage to /var/lib/varnish/

- -- Lars Bahner <bahner at linpro.no> Thu, 12 Oct 2006 19:01:20 +0200
+ -- Lars Bahner <bahner at linpro.no> Fri, 13 Oct 2006 09:58:13 +0200

varnish (1.0.1-3) unstable; urgency=low


Modified: trunk/varnish-cache/debian/dirs
===================================================================
--- trunk/varnish-cache/debian/dirs 2006-10-12 17:14:41 UTC (rev 1152)
+++ trunk/varnish-cache/debian/dirs 2006-10-13 07:59:54 UTC (rev 1153)
@@ -3,4 +3,4 @@
usr/lib
usr/sbin
var/log
-var/spool/varnish
+var/lib/varnish

Modified: trunk/varnish-cache/debian/varnish.default
===================================================================
--- trunk/varnish-cache/debian/varnish.default 2006-10-12 17:14:41 UTC (rev 1152)
+++ trunk/varnish-cache/debian/varnish.default 2006-10-13 07:59:54 UTC (rev 1153)
@@ -32,7 +32,7 @@

# Maximum size of the backend storagefile in bytes
VARNISH_BACKEND_STORAGE_SIZE=10240000
-VARNISH_BACKEND_STORAGE_FILE=/var/spool/varnish/varnish_storage.bin
+VARNISH_BACKEND_STORAGE_FILE=/var/lib/varnish/varnish_storage.bin


# Backend storage specification