From 3ad501218d268f9884d84079f3e2de4ac0793147 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 26 Jan 2012 01:10:21 -0500 Subject: 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 --- init.d/bootmisc.in | 1 - 1 file changed, 1 deletion(-) (limited to 'init.d') diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index c3824e02..d75cb6e7 100644 --- a/init.d/bootmisc.in +++ b/init.d/bootmisc.in @@ -181,7 +181,6 @@ start() fi fi - [ -w /etc/nologin ] && rm -f /etc/nologin return 0 } -- cgit v1.2.3