]> git.pld-linux.org Git - packages/boa.git/commitdiff
- replace non-existent %chkconfig_{post,preun} macros with
authorsaq <saq@pld-linux.org>
Wed, 25 Jul 2001 22:51:57 +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:
    boa.spec -> 1.35

boa.spec

index eb785d74d6e463e33a2cb0697f860cf9bf717a0b..00a6a95a9c49b86953ba2ae7e5998d172eeca347 100644 (file)
--- a/boa.spec
+++ b/boa.spec
@@ -81,10 +81,10 @@ USER=http; %userdel
 GROUP=http; %groupdel
 
 %post
-DESC="boa http daemon"; %chkconfig_post
+DESC="boa http daemon"; %chkconfig_add
 
 %preun
-%chkconfig_preun
+%chkconfig_del
 
 %files
 %defattr(644,root,root,755)
This page took 0.080253 seconds and 4 git commands to generate.