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

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.075355 seconds and 4 git commands to generate.