From 15c146fc2af4e9537c4e88e767517a8fec9f3766 Mon Sep 17 00:00:00 2001 From: Shiz Date: Wed, 7 Oct 2015 03:47:29 +0200 Subject: testing/thttpd: create group The pre-install script assumed the thttpd group already exists, but it doesn't and thus adduser -G thttpd will fail, leading to a cascading failure in the pre-install script. --- testing/thttpd/thttpd.pre-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/thttpd') diff --git a/testing/thttpd/thttpd.pre-install b/testing/thttpd/thttpd.pre-install index 1094a4b69c..f74083866b 100644 --- a/testing/thttpd/thttpd.pre-install +++ b/testing/thttpd/thttpd.pre-install @@ -1,6 +1,6 @@ #!/bin/sh addgroup -g 82 -S www-data 2>/dev/null -adduser -S -G thttpd -H -h /var/www/localhost/htdocs -s /sbin/nologin \ +adduser -S -H -h /var/www/localhost/htdocs -s /sbin/nologin \ -D thttpd 2>/dev/null addgroup thttpd www-data 2>/dev/null -- cgit v1.2.3