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

bird.spec

index ebb1d81404f1be83f0e2d5f5a4c54a087e9648b0..734c89f62702fc158192c404f6b0d39beda5f68e 100644 (file)
--- a/bird.spec
+++ b/bird.spec
@@ -57,10 +57,10 @@ install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/%{name}
 gzip -9nf %{name}-doc-%{version}/doc/*.ps TODO README
 
 %post
-DESC="routing daemon"; %chkconfig_post
+DESC="routing daemon"; %chkconfig_add
     
 %preun
-%chkconfig_preun
+%chkconfig_del
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.036245 seconds and 4 git commands to generate.