]> git.pld-linux.org Git - packages/apache.git/commitdiff
- added missing "http" parameter for useradd.
authorkloczek <kloczek@pld-linux.org>
Fri, 24 Sep 1999 10:12:15 +0000 (10:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.52

apache.spec

index ee8c920621a9afe8e80d3c26755fb2308cd52988..61e9b8707569dc46406c700161eed4965f208972 100644 (file)
@@ -181,7 +181,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 1>&2
+       /usr/sbin/useradd -u 51 -r -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.028528 seconds and 4 git commands to generate.