From f8db842dd2e93c37a5287beefeb425ae98dcdb4a Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 14 Dec 2007 12:17:57 +0000 Subject: Default to correct init dir and preserve depconfig --- sh/init-common-post.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sh/init-common-post.sh') diff --git a/sh/init-common-post.sh b/sh/init-common-post.sh index ce9647dd..8e3e4b54 100644 --- a/sh/init-common-post.sh +++ b/sh/init-common-post.sh @@ -28,10 +28,10 @@ # the old service state data if [ "${RC_SVCDIR}" != "/" ] && mkdir "${RC_SVCDIR}/.test.$$" 2>/dev/null; then rmdir "${RC_SVCDIR}/.test.$$" - for x in ${RC_SVCDIR:-/lib/rcscripts/init.d}/*; do + for x in ${RC_SVCDIR:-/lib/rc/init.d}/*; do [ -e "${x}" ] || continue case ${x##*/} in - deptree|ksoftlevel|rc.log);; + depconfig|deptree|ksoftlevel|rc.log);; *) rm -rf "${x}";; esac done -- cgit v1.2.3