]> git.pld-linux.org Git - packages/apache.git/commitdiff
- replace non-existent %chkconfig_{post,preun} macros with
authorsaq <saq@pld-linux.org>
Wed, 25 Jul 2001 22:51:56 +0000 (22:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
%chkconfig_{add,del} (thanks qboosh)

Changed files:
    apache.spec -> 1.167

apache.spec

index 1a5a6f0f4261fb1624aac6d77b875ee0fed68cfb..3b0a6154ef3ca36a281d95517856ebfdb2f1ea9b 100644 (file)
@@ -603,7 +603,7 @@ USER=http; UID=51; HOMEDIR=/home/httpd; COMMENT="HTTP User"; %useradd
 %{_sbindir}/apxs -e -a -n userdir %{_libexecdir}/mod_userdir.so 1>&2
 umask 137
 touch /var/log/httpd/{access,error,agent,referer}_log
-NAME=httpd; DESC="apache http daemon"; %chkconfig_post
+NAME=httpd; DESC="apache http daemon"; %chkconfig_add
 
 %preun
 if [ "$1" = "0" ]; then
@@ -625,7 +625,7 @@ if [ "$1" = "0" ]; then
        %{_sbindir}/apxs -e -A -n speling %{_libexecdir}/mod_speling.so 1>&2
        %{_sbindir}/apxs -e -A -n userdir %{_libexecdir}/mod_userdir.so 1>&2
 fi
-NAME=httpd; %chkconfig_preun
+NAME=httpd; %chkconfig_del
 
 %postun
 USER=http; %userdel
This page took 0.054928 seconds and 4 git commands to generate.