From 485b93788ad31732a4285ffd440ff2ad8fcb1a4d Mon Sep 17 00:00:00 2001 From: bahner Date: Mon, 20 Aug 2007 09:42:56 +0000 Subject: [PATCH] Added group git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1877 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/debian/varnish.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/debian/varnish.postinst b/varnish-cache/debian/varnish.postinst index ffb9f8b4..14d14c69 100644 --- a/varnish-cache/debian/varnish.postinst +++ b/varnish-cache/debian/varnish.postinst @@ -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 } -- 2.39.5