From b248bfe48d9ef709217947d057453c3540e3cbc3 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 23 Oct 2001 11:04:43 +0000 Subject: [PATCH] Turn off the single-user override. We've been running multi-user for some time. Having a machine boot unattended is useful. :-) --- sys/ia64/ia64/machdep.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c index 557b213ddbc..31cd4a4aad7 100644 --- a/sys/ia64/ia64/machdep.c +++ b/sys/ia64/ia64/machdep.c @@ -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. */