]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- use %service auto/ac/apache1-1_3_34-8
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 7 Feb 2006 20:09:57 +0000 (20:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1.spec -> 1.131

apache1.spec

index 1983aced2119557dbfdf532d350338e2e90c9caf..4a38bbf1653d09047f5a187d883a9437aa1e3640 100644 (file)
@@ -97,7 +97,7 @@ BuildRequires:        mm-devel >= 1.3.0
 BuildRequires: perl-base
 BuildRequires: rpm-build >= 4.4.0
 BuildRequires: rpm-perlprov
-BuildRequires: rpmbuild(macros) >= 1.247
+BuildRequires: rpmbuild(macros) >= 1.268
 Requires:      mm
 Requires:      rc-scripts
 %if %{without minimal}
@@ -1449,9 +1449,7 @@ touch /var/log/apache/{access,error,agent,referer}_log
 
 %preun
 if [ "$1" = "0" ]; then
-       if [ -f /var/lock/subsys/apache ]; then
-               /etc/rc.d/init.d/apache stop 1>&2
-       fi
+       %service apache stop
        /sbin/chkconfig --del apache
 fi
 
This page took 0.057493 seconds and 4 git commands to generate.