]> git.pld-linux.org Git - packages/bird.git/blobdiff - bird.spec
- replace non-existent %chkconfig_{post,preun} macros with
[packages/bird.git] / 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.030508 seconds and 4 git commands to generate.