Mailing List Archive

r1191 - in branches/1.0: . debian
Author: des
Date: 2006-10-18 16:27:24 +0200 (Wed, 18 Oct 2006)
New Revision: 1191

Modified:
branches/1.0/
branches/1.0/debian/TODO
branches/1.0/debian/changelog
branches/1.0/debian/dirs
branches/1.0/debian/varnish.default
Log:
r32905 at cat (orig r1153): bahner | 2006-10-13 09:59:54 +0200
Changed storage location of backend storage to be FHS 2.3 compliant




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

Modified: branches/1.0/debian/TODO
===================================================================
--- branches/1.0/debian/TODO 2006-10-18 14:27:23 UTC (rev 1190)
+++ branches/1.0/debian/TODO 2006-10-18 14:27:24 UTC (rev 1191)
@@ -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: branches/1.0/debian/changelog
===================================================================
--- branches/1.0/debian/changelog 2006-10-18 14:27:23 UTC (rev 1190)
+++ branches/1.0/debian/changelog 2006-10-18 14:27:24 UTC (rev 1191)
@@ -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: branches/1.0/debian/dirs
===================================================================
--- branches/1.0/debian/dirs 2006-10-18 14:27:23 UTC (rev 1190)
+++ branches/1.0/debian/dirs 2006-10-18 14:27:24 UTC (rev 1191)
@@ -3,4 +3,4 @@
usr/lib
usr/sbin
var/log
-var/spool/varnish
+var/lib/varnish

Modified: branches/1.0/debian/varnish.default
===================================================================
--- branches/1.0/debian/varnish.default 2006-10-18 14:27:23 UTC (rev 1190)
+++ branches/1.0/debian/varnish.default 2006-10-18 14:27:24 UTC (rev 1191)
@@ -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