From 0824488ffbc2f59d417ffc91492f789d7c7b7c06 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 28 Jul 2019 02:12:46 +0000 Subject: user/lighttpd: finally fix user addition --- user/lighttpd/lighttpd.pre-install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user/lighttpd/lighttpd.pre-install') diff --git a/user/lighttpd/lighttpd.pre-install b/user/lighttpd/lighttpd.pre-install index bdc9b91b6..3d6124de0 100644 --- a/user/lighttpd/lighttpd.pre-install +++ b/user/lighttpd/lighttpd.pre-install @@ -1,8 +1,8 @@ #!/bin/sh groupadd -r -g 82 www-data 2>/dev/null -groupadd -S lighttpd 2>/dev/null -useradd -c lighttpd -s /sbin/nologin -g -G www-data \ - lighttpd -m -d /var/www/localhost/htdocs -k /etc/skel -r lighttpd 2>/dev/null +groupadd -r lighttpd 2>/dev/null +useradd -c lighttpd -s /sbin/nologin -G www-data \ + -d /var/www/localhost/htdocs -r lighttpd 2>/dev/null exit 0 -- cgit v1.2.3-70-g09d2