]> git.pld-linux.org Git - packages/boa.git/commitdiff
- /home/services -> /srv
authoraverne <averne@pld-linux.org>
Wed, 4 Feb 2004 15:31:25 +0000 (15:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel .2

Changed files:
    boa.spec -> 1.64

boa.spec

index 191fb86890ee9c77da8dcfd08f904a47e8fa682e..3dce1971fb18459363d0a345db6e65b16fe1c0ad 100644 (file)
--- a/boa.spec
+++ b/boa.spec
@@ -7,7 +7,7 @@ Summary(pl):    Boa - szybki serwer HTTP
 Name:          boa
 Version:       0.94.14
 %define        _rc     rc17
-Release:       0.%{_rc}.1
+Release:       0.%{_rc}.2
 Epoch:         1
 License:       GPL v2
 Group:         Networking/Daemons
@@ -68,14 +68,14 @@ CFLAGS="%{rpmcflags} %{?with_ipv6:-DINET6} -DSERVER_ROOT='\"/etc/httpd\"'"
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d/ \
        $RPM_BUILD_ROOT/var/log/httpd \
-       $RPM_BUILD_ROOT/home/services/httpd/{cgi-bin,html} \
+       $RPM_BUILD_ROOT/srv/httpd/{cgi-bin,html} \
        $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir}/conf,%{_mandir}/man8} \
        $RPM_BUILD_ROOT/etc/logrotate.d
 
 install src/{boa,boa_indexer} $RPM_BUILD_ROOT%{_sbindir}/
 
-install src/*.pl $RPM_BUILD_ROOT/home/services/httpd/cgi-bin/
-install examples/* $RPM_BUILD_ROOT/home/services/httpd/cgi-bin/
+install src/*.pl $RPM_BUILD_ROOT/srv/httpd/cgi-bin/
+install examples/* $RPM_BUILD_ROOT/srv/httpd/cgi-bin/
 install        %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 
 install boa.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf
@@ -105,7 +105,7 @@ if [ -n "`id -u http 2>/dev/null`" ]; then
        fi
 else
        echo "Creating user http UID=51"
-       /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
 
 %postun
@@ -138,9 +138,9 @@ fi
 %attr(750,root,root) %dir %{_sysconfdir}
 %attr(640,root,root) %config(noreplace) %{_sysconfdir}/*
 %attr(640,root,root) %config(noreplace) /etc/logrotate.d/%{name}
-%dir /home/services/httpd
-%attr(755,root,root) /home/services/httpd/html
-%attr(755,root,root) /home/services/httpd/cgi-bin
+%dir /srv/httpd
+%attr(755,root,root) /srv/httpd/html
+%attr(755,root,root) /srv/httpd/cgi-bin
 %attr(750,root,root) %dir /var/log/httpd/
 %attr(640,root,root) %ghost /var/log/httpd/*
 %attr(755,root,root) %{_sbindir}/*
This page took 0.037119 seconds and 4 git commands to generate.