]> git.pld-linux.org Git - packages/apache.git/commitdiff
- FHS 2.3 compilant
authoraverne <averne@pld-linux.org>
Wed, 4 Feb 2004 14:59:50 +0000 (14:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- /home/services/httpd -> /srv/httpd

Changed files:
    apache.spec -> 1.272

apache.spec

index 74c6bf11bb14ca7fdc6c190ae208668f6bd7d254..bfc4c29afbf024cefa9f55355fb27279b16a20d5 100644 (file)
@@ -30,7 +30,7 @@ Summary(ru):  
 Summary(tr):   Lider WWW tarayýcý
 Name:          apache
 Version:       2.0.48
-Release:       0.1.4
+Release:       0.2.0
 License:       Apache Group License
 Group:         Networking/Daemons
 Source0:       http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -99,7 +99,7 @@ Obsoletes:    indexhtml
 
 %define                _sysconfdir     /etc/httpd
 %define                _includedir     %{_prefix}/include/apache
-%define                _datadir        /home/services/httpd
+%define                _datadir        /srv/httpd
 %define                _libexecdir     %{_libdir}/apache
 
 %description
@@ -777,7 +777,7 @@ if [ -n "`id -u http 2>/dev/null`" ]; then
                exit 1
        fi
 else
-       /usr/sbin/useradd -u 51 -r -d /home/services/httpd -s /bin/false -c "HTTP User" -g http http 1>&2
+       /usr/sbin/useradd -u 51 -r -d /srv/httpd -s /bin/false -c "HTTP User" -g http http 1>&2
 fi
 
 %post
This page took 0.198371 seconds and 4 git commands to generate.