diff options
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 095d6a0c..f01bd989 100644 --- a/sh/init-common-post.sh +++ b/sh/init-common-post.sh @@ -7,7 +7,7 @@ if mkdir "${RC_SVCDIR}/.test.$$" 2>/dev/null ; then rmdir "${RC_SVCDIR}/.test.$$" rm -rf $(ls -d1 "${RC_SVCDIR:-/lib/rcscripts/init.d}"/* 2>/dev/null | \ - grep -Ev "/(deptree|ksoftlevel)$") + grep -Ev "/(deptree|ksoftlevel|rc.log)$") else mount_svcdir fi |