]> git.pld-linux.org Git - packages/apache.git/commitdiff
- /srv/httpd -> /home/services/httpd
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 28 Feb 2004 19:25:28 +0000 (19:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.275

apache.spec

index 9cdd4124fdefe07c8a445e6223ec6ab19e9d8cf1..c982ff6dc32ecdadfbe9a8fd6403694b47b69f87 100644 (file)
@@ -135,7 +135,7 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/httpd
 %define                _includedir     %{_prefix}/include/apache
-%define                _datadir        /srv/httpd
+%define                _datadir        /home/services/httpd
 %define                _libexecdir     %{_libdir}/apache
 
 %description
@@ -848,7 +848,7 @@ if [ -n "`id -u http 2>/dev/null`" ]; then
                exit 1
        fi
 else
-       /usr/sbin/useradd -u 51 -r -d /srv/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.029832 seconds and 4 git commands to generate.