From ec6e7f9c2302a77c14780ebc83b2ff409ab26761 Mon Sep 17 00:00:00 2001 From: saq Date: Wed, 25 Jul 2001 22:51:56 +0000 Subject: [PATCH] - replace non-existent %chkconfig_{post,preun} macros with %chkconfig_{add,del} (thanks qboosh) Changed files: arpd.spec -> 1.11 --- arpd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arpd.spec b/arpd.spec index de3d3fb..26ade52 100644 --- 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 -- 2.44.0