summaryrefslogtreecommitdiffstats
path: root/meta/packages/initscripts/initscripts-1.0/rmnologin
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-07-03 15:20:56 +0000
committerRoss Burton <ross@openedhand.com>2008-07-03 15:20:56 +0000
commitbde70a9f31b1c266764724db329c8077f6734884 (patch)
treeedb6c5c189bd3c359cc72052d91b673f1489744e /meta/packages/initscripts/initscripts-1.0/rmnologin
parent2a7b3ad49137da3e3c4206df9b1fdb94652ae908 (diff)
downloadpoky-bde70a9f31b1c266764724db329c8077f6734884.tar.gz
initscripts: add dependency headers
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4801 311d38ba-8fff-0310-9ca6-ca027cbcb966
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