bootmisc: stop deleting /etc/nologin

Baselayout-1.x used to have a DELAYLOGIN option where it would setup
/etc/nologin automatically and then delete it later on.  OpenRC did
not keep that feature, and during the rewrites, ended up just punting
it all the time.  This isn't what we intended, so drop the rm.

X-Gentoo-Bug: 400837
X-Gentoo-Bug-URL: https://bugs.gentoo.org/400837
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2012-01-26 01:10:21 -05:00
parent 43a155a313
commit 3ad501218d

View File

@ -181,7 +181,6 @@ start()
fi
fi
[ -w /etc/nologin ] && rm -f /etc/nologin
return 0
}