]> git.pld-linux.org Git - packages/atm.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:
    atm.spec -> 1.20

atm.spec

index a951d77d3138cd0b104a2dfd2f845714f589c6e5..4745eb0fd8e4f9b2f55a3e8dbca2bed17ff36e03 100644 (file)
--- a/atm.spec
+++ b/atm.spec
@@ -1,4 +1,4 @@
-# $Revision: 1.19 $ $Date: 2001-07-25 16:30:41 $
+# $Revision: 1.20 $ $Date: 2001-07-25 22:51:57 $
 Summary:       ATM on Linux
 Summary(pl):   Obs³uga sieci ATM w Linuxie
 Name:          atm
 Summary:       ATM on Linux
 Summary(pl):   Obs³uga sieci ATM w Linuxie
 Name:          atm
@@ -94,10 +94,10 @@ gzip -9nf doc/usage.txt BUGS CREDITS CHANGES README config/pld/README.PLD
 rm -rf $RPM_BUILD_ROOT
 
 %post
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%chkconfig_post
+%chkconfig_add
 
 %preun
 
 %preun
-%chkconfig_preun
+%chkconfig_del
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
This page took 0.097829 seconds and 4 git commands to generate.