]> err.no Git - varnish/commitdiff
Added -u and -g to default setup. Bumped release.
authorbahner <bahner@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 08:38:29 +0000 (08:38 +0000)
committerbahner <bahner@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 08:38:29 +0000 (08:38 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1865 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/debian/README.Debian
varnish-cache/debian/changelog
varnish-cache/debian/varnish.default

index 3e84cbb6670d4e0c31e928e2522c512ad06f55fc..76c472f2e553380ef14de66999c347c5df8d5e52 100644 (file)
@@ -1,3 +1,10 @@
+Important change for 1.1.1
+==========================
+
+Varnish now features use of ``-u'' and ``-g'' in the default
+configuration. If you have customized the defaults you may wish to
+make these changes yourself.
+
 GCC
 ===
 Varnish requires a GCC-compiler compatible with the compiler used to
index e3b5b7182c7db2e3acf6fb17850d069182f2521b..eae94f613484ccb216aa14f5bcf462b3de640b69 100644 (file)
@@ -1,3 +1,10 @@
+varnish (1.1.1) unstable; urgency=low
+
+  * New upstream release
+  * User and Group id added to default DAEMON_OPTS
+
+ -- Lars Bahner <bahner@linpro.no>  Mon, 20 Aug 2007 10:32:00 +0200
+
 varnish (1.1) unstable; urgency=low
 
   * New upstream release
index 55f58a88e1a751c0f4c383fe69383b08741cc67d..161835a8fce85b3c221e7913babd4c0f7e24fbde 100644 (file)
@@ -17,6 +17,7 @@ NFILES=131072
 DAEMON_OPTS="-a :6081 \
              -T localhost:6082 \
             -b localhost:8080 \
+            -u varnish -g varnish \
             -n /var/lib/varnish \
             -s file,/var/lib/varnish/varnish_storage.bin,1G"