diff options
author | Bill Nottingham <notting@redhat.com> | 1999-09-10 20:27:41 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-09-10 20:27:41 +0000 |
commit | b1e860cc19a1420eeb7bc7aab03fcd76475b181c (patch) | |
tree | f58f516754add2beca90d2d43c4ca2bca5a8d96e | |
parent | ac64b5405b73192ed15218f220885379c65f53c4 (diff) | |
download | initscripts-b1e860cc19a1420eeb7bc7aab03fcd76475b181c.tar initscripts-b1e860cc19a1420eeb7bc7aab03fcd76475b181c.tar.gz initscripts-b1e860cc19a1420eeb7bc7aab03fcd76475b181c.tar.bz2 initscripts-b1e860cc19a1420eeb7bc7aab03fcd76475b181c.tar.xz initscripts-b1e860cc19a1420eeb7bc7aab03fcd76475b181c.zip |
chkconfig --del in %preun, not %postun
-rw-r--r-- | initscripts.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |