Submitted by: M.C. Wong

Obtained from:
Don't throw away the /etc/nologin file in the -k case.
This commit is contained in:
Andreas Schulz 1994-11-27 23:52:13 +00:00
parent d3378ee165
commit 7dd4667fed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4844

View File

@ -330,7 +330,7 @@ die_you_gravy_sucking_pig_dog()
(void)printf("\r\nSystem shutdown time has arrived\007\007\r\n");
if (killflg) {
(void)printf("\rbut you'll have to do it yourself\r\n");
finish(0);
exit(0);
}
if (dofast)
doitfast();