From 24b599bafe2b79c8bf4a2475f44b10a22a42e712 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 15 Jun 2000 19:11:05 +0000 Subject: *** empty log message *** --- initscripts.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'initscripts.spec') diff --git a/initscripts.spec b/initscripts.spec index f6204181..ff3e943e 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -71,8 +71,7 @@ if [ -d /etc/rc.d -a -d /etc/init.d ]; then exit 1 fi if [ -d /etc/rc.d ]; then - mv -f /etc/rc.d/* /etc - ln -snf . /etc/rc.d + mv -f /etc/rc.d/* /etc && rm -rf /etc/rc.d && ln -snf . /etc/rc.d fi %post -- cgit