]> git.pld-linux.org Git - packages/apache.git/commitdiff
- /home/httpd -> /home/services/httpd
authorTomek Orzechowski <orzech@pld-linux.org>
Sat, 7 Dec 2002 19:40:40 +0000 (19:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.215

apache.spec

index 0fb3ec8cd0481108a73854814d8da0600e3f4bb4..3b53d4a27a8db6df5f5f2ce61f00948913ccf1e9 100644 (file)
@@ -726,7 +726,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 -d /home/services/httpd -s /bin/false -c "HTTP User" -g http http 1>&2
 fi
 
 %post
This page took 0.043326 seconds and 4 git commands to generate.