]> git.pld-linux.org Git - packages/arpd.git/commitdiff
- replace non-existent %chkconfig_{post,preun} macros with
authorsaq <saq@pld-linux.org>
Wed, 25 Jul 2001 22:51:56 +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:
    arpd.spec -> 1.11

arpd.spec

index de3d3fb7c3631d75c00e52c4eb9bff5e20839733..26ade52b1146cb29f513d114c24a0efe09e3b296 100644 (file)
--- a/arpd.spec
+++ b/arpd.spec
@@ -71,10 +71,10 @@ if [ ! -L /dev/arpd ]; then
        ln -s /var/lib/arpd/arpd dev/arpd
 fi
 echo "You need arpd kernel support. The standard kernels of PLD lack this support!!"
-DESC="arpd daemon"; %chkconfig_post
+DESC="arpd daemon"; %chkconfig_add
 
 %preun
-%chkconfig_preun
+%chkconfig_del
 if [ "$1" = "0" ]; then
        echo "Moving /var/lib/arpd/arpd to /dev/arpd and removing symlink"
        rm -f /dev/arpd
This page took 0.048196 seconds and 4 git commands to generate.