]> git.pld-linux.org Git - packages/apache.git/commitdiff
- removed "-M http" from useradd parameters and redirect all useradd
authorkloczek <kloczek@pld-linux.org>
Fri, 24 Sep 1999 10:08:40 +0000 (10:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  messages to stderr.

Changed files:
    apache.spec -> 1.51

apache.spec

index 727b44f57a690e7ba2f93d47cf33852db364067d..ee8c920621a9afe8e80d3c26755fb2308cd52988 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 -M http
+       /usr/sbin/useradd -u 51 -r -d /home/httpd -s /bin/false -c "HTTP User" -g http 1>&2
        if [ -f /var/db/passwd.db ]; then
                /usr/bin/update-db 1>&2
        fi
This page took 0.207368 seconds and 4 git commands to generate.