]> git.pld-linux.org Git - packages/arpwatch.git/blobdiff - arpwatch.spec
- replace non-existent %chkconfig_{post,preun} macros with
[packages/arpwatch.git] / arpwatch.spec
index f9bbb143a3d02f3e4a618807e8dc0d1b3151827a..32e087bac0565267294d9da72278d0a6c35a9b65 100644 (file)
@@ -53,10 +53,10 @@ install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/arpwatch
 gzip -9nf README CHANGES
 
 %post
-DESC="arpwatch daemon"; %chkconfig_post
+DESC="arpwatch daemon"; %chkconfig_add
 
 %preun
-%chkconfig_preun
+%chkconfig_del
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.026571 seconds and 4 git commands to generate.