home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 February
/
PCWorld_2000-02_cd.bin
/
live
/
etc
/
init.d
/
rmnologin
< prev
next >
Wrap
Text File
|
1998-06-21
|
252b
|
14 lines
#! /bin/sh
#
# rmnologin This script removes the /etc/nologin file as the last
# step in the boot process.
#
# Version: @(#)rmnologin 1.00 22-Jun-1998 miquels@cistron.nl
#
if [ -f /etc/nologin.boot ]
then
rm -f /etc/nologin /etc/nologin.boot
fi