summaryrefslogtreecommitdiffstats
path: root/meta/packages/initscripts/initscripts-1.0/rmnologin
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/initscripts/initscripts-1.0/rmnologin')
-rwxr-xr-xmeta/packages/initscripts/initscripts-1.0/rmnologin18
1 files changed, 12 insertions, 6 deletions
diff --git a/meta/packages/initscripts/initscripts-1.0/rmnologin b/meta/packages/initscripts/initscripts-1.0/rmnologin
index 444145a26a..417efc2456 100755
--- a/meta/packages/initscripts/initscripts-1.0/rmnologin
+++ b/meta/packages/initscripts/initscripts-1.0/rmnologin
@@ -1,10 +1,16 @@
1#! /bin/sh 1#! /bin/sh
2# 2### BEGIN INIT INFO
3# rmnologin This script removes the /etc/nologin file as the last 3# Provides: rmnologin
4# step in the boot process. 4# Required-Start: $remote_fs $all
5# 5# Required-Stop:
6# Version: @(#)rmnologin 1.00 22-Jun-1998 miquels@cistron.nl 6# Default-Start: 2 3 4 5
7# 7# Default-Stop:
8# Short-Description: Remove /etc/nologin at boot
9# Description: This script removes the /etc/nologin file as the
10# last step in the boot process, if DELAYLOGIN=yes.
11# If DELAYLOGIN=no, /etc/nologin was not created by
12# bootmisc earlier in the boot process.
13### END INIT INFO
8 14
9if test -f /etc/nologin.boot 15if test -f /etc/nologin.boot
10then 16then