diff options
Diffstat (limited to 'sh/init-common-post.sh.in')
-rw-r--r-- | sh/init-common-post.sh.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sh/init-common-post.sh.in b/sh/init-common-post.sh.in index 93acb299..2b1641df 100644 --- a/sh/init-common-post.sh.in +++ b/sh/init-common-post.sh.in @@ -22,8 +22,4 @@ else fi echo "sysinit" > "${RC_SVCDIR}/softlevel" - -# sysinit is now done, so allow init scripts to run normally -[ -e /dev/.rcsysinit ] && rm -f /dev/.rcsysinit - exit ${retval} |