From b1e860cc19a1420eeb7bc7aab03fcd76475b181c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 10 Sep 1999 20:27:41 +0000 Subject: chkconfig --del in %preun, not %postun --- initscripts.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initscripts.spec b/initscripts.spec index 5b9f4384..43771f5a 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -114,7 +114,7 @@ if [ -L /etc/localtime ]; then fi fi -%postun +%preun if [ $1 = 0 ]; then chkconfig --del random chkconfig --del netfs -- cgit v1.2.1