]> git.pld-linux.org Git - packages/apache1-mod_chroot.git/commitdiff
- use %service
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Apr 2006 16:50:13 +0000 (16:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_chroot.spec -> 1.8

apache1-mod_chroot.spec

index 6896448e1f874c076ae84610fba7a0cf31122b53..96d60350cbf8d84e4043670f78728432ebab70da 100644 (file)
@@ -12,6 +12,7 @@ Source0:      http://core.segfault.pl/~hobbit/mod_chroot/dist/mod_chroot-%{version}.t
 URL:           http://core.segfault.pl/~hobbit/mod_chroot/
 BuildRequires: %{apxs}
 BuildRequires: apache1-devel >= 1.3.33-2
+BuildRequires: rpmbuild(macros) >= 1.268
 Requires:      apache1 >= 1.3.33-2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -47,15 +48,11 @@ echo 'LoadModule %{mod_name}_module modules/mod_%{mod_name}.so' > \
 rm -rf $RPM_BUILD_ROOT
 
 %post
-if [ -f /var/lock/subsys/apache ]; then
-       /etc/rc.d/init.d/apache restart 1>&2
-fi
+%service -q apache restart
 
 %postun
 if [ "$1" = "0" ]; then
-       if [ -f /var/lock/subsys/apache ]; then
-               /etc/rc.d/init.d/apache restart 1>&2
-       fi
+       %service -q apache restart
 fi
 
 %files
This page took 0.088971 seconds and 4 git commands to generate.