]> git.pld-linux.org Git - packages/apache.git/commitdiff
- added -m to useradd to allow it create $HOME for added user(s)
authormis <mis@pld-linux.org>
Mon, 31 Jul 2000 12:03:39 +0000 (12:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.107

apache.spec

index 2fe30a7c74b50de880e2ff1fce3f9a2ed7c10268..467d7b1e7d3fde2a4f1b12681a3484e2dc7b4202 100644 (file)
@@ -471,7 +471,7 @@ if [ -n "`id -u http 2>/dev/null`" ]; then
                exit 1
        fi
 else
-       /usr/sbin/useradd -u 51 -r -d /home/httpd -s /bin/false -c "HTTP User" -g http http 1>&2
+       /usr/sbin/useradd -u 51 -r -m -d /home/httpd -s /bin/false -c "HTTP User" -g http http 1>&2
        if [ -f /var/db/passwd.db ]; then
                /usr/bin/update-db 1>&2
        fi
This page took 0.066256 seconds and 4 git commands to generate.