]> err.no Git - varnish/commitdiff
Added group
authorbahner <bahner@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 09:42:56 +0000 (09:42 +0000)
committerbahner <bahner@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 09:42:56 +0000 (09:42 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1877 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/debian/varnish.postinst

index ffb9f8b4da7518b9ae4b098ec22fa35d6c05acc3..14d14c6977f900fafe3cf65b482f675c896ff253 100644 (file)
@@ -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
 }