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

bootparamd.spec

index 6a5bb8e01d4800b311e17d47ce3c91dcc3eca88f..061ab860314a43f1f6fa6235cbbbde34ae8910c4 100644 (file)
@@ -49,10 +49,10 @@ install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/bootparamd
 rm -rf $RPM_BUILD_ROOT
 
 %post
-DESC="rpc.bootparamd server"; %chkconfig_post
+DESC="rpc.bootparamd server"; %chkconfig_add
 
 %postun
-%chkconfig_postun
+%chkconfig_addun
 
 %files
 %defattr(644,root,root,755)
This page took 0.048736 seconds and 4 git commands to generate.