diff options
author | Roy Marples <roy@marples.name> | 2008-03-27 16:53:22 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-27 16:53:22 +0000 |
commit | b3d1182a2f233d49e07de35eeab9506fa5892c05 (patch) | |
tree | 12bdc32aa0baad4c45f7e4337adaff245f6fc4d0 /sh/init-common-post.sh | |
parent | f6cb321f9f01cd0d6380c931f7b2f379dd4c9d82 (diff) |
Fix mulitlib issues.
Diffstat (limited to 'sh/init-common-post.sh')
-rw-r--r-- | sh/init-common-post.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/init-common-post.sh b/sh/init-common-post.sh index cb449998..61f38631 100644 --- a/sh/init-common-post.sh +++ b/sh/init-common-post.sh @@ -8,7 +8,7 @@ retval=0 # 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/rc/init.d}/*; do + for x in ${RC_SVCDIR:-/@LIB@/rc/init.d}/*; do [ -e "${x}" ] || continue case ${x##*/} in depconfig|deptree|ksoftlevel|rc.log);; |