r1877 - trunk/varnish-cache/debian

bahner at projects.linpro.no bahner at projects.linpro.no
Mon Aug 20 11:42:56 CEST 2007


Author: bahner
Date: 2007-08-20 11:42:56 +0200 (Mon, 20 Aug 2007)
New Revision: 1877

Modified:
   trunk/varnish-cache/debian/varnish.postinst
Log:
Added group 


Modified: trunk/varnish-cache/debian/varnish.postinst
===================================================================
--- trunk/varnish-cache/debian/varnish.postinst	2007-08-20 09:42:01 UTC (rev 1876)
+++ trunk/varnish-cache/debian/varnish.postinst	2007-08-20 09:42:56 UTC (rev 1877)
@@ -2,7 +2,7 @@
 
 varnish_setup_user() {
         if ! id varnish > /dev/null 2>&1 ; then
-                adduser --system --no-create-home varnish 2>&1 > /dev/null || exit 78
+                adduser --system --no-create-home --group varnish 2>&1 > /dev/null || exit 78
         fi
 }
 




More information about the varnish-commit mailing list