Turn off the single-user override. We've been running multi-user

for some time.  Having a machine boot unattended is useful. :-)
This commit is contained in:
Peter Wemm 2001-10-23 11:04:43 +00:00
parent caefee99b6
commit b248bfe48d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85360

View File

@ -797,11 +797,6 @@ ia64_init(u_int64_t arg1, u_int64_t arg2)
mtx_init(&proc0.p_mtx, "process lock", MTX_DEF);
mtx_lock(&Giant);
/*
* Force single-user for a while.
*/
boothowto |= RB_SINGLE;
/*
* Initialize debuggers, and break into them if appropriate.
*/