summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-08-31 22:42:15 +0000
committerdfr <dfr@FreeBSD.org>1999-08-31 22:42:15 +0000
commit938ff8b8dc85de738517655e95e7e31f276c899f (patch)
tree4d5091b294c746432411136bd356b613d30a5b7c
parent27ac949931e50932fb2c3393af0f643b211faabe (diff)
downloadFreeBSD-src-938ff8b8dc85de738517655e95e7e31f276c899f.zip
FreeBSD-src-938ff8b8dc85de738517655e95e7e31f276c899f.tar.gz
Make multiuser boots the default instead of singlue user.
-rw-r--r--sys/alpha/alpha/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c
index 5c877f1..66eb675 100644
--- a/sys/alpha/alpha/machdep.c
+++ b/sys/alpha/alpha/machdep.c
@@ -998,7 +998,7 @@ alpha_init(pfn, ptb, bim, bip, biv)
* Look at arguments passed to us and compute boothowto.
*/
- boothowto = RB_SINGLE;
+ boothowto = 0;
#ifdef KADB
boothowto |= RB_KDB;
#endif
OpenPOWER on IntegriCloud