aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2007-02-23 21:15:14 +0000
committerCeri Davies <ceri@FreeBSD.org>2007-02-23 21:15:14 +0000
commit6c117974983d0fcfb63319a653bd0628fc651c53 (patch)
tree9b6182014948c6c560752ec362077030ea46bd77 /usr.sbin
parent54084306cd7268c1426bb1ef762866a4f2d3ae86 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/system.c b/usr.sbin/sysinstall/system.c
index 406877d1a2be..5622f25fcbf0 100644
--- a/usr.sbin/sysinstall/system.c
+++ b/usr.sbin/sysinstall/system.c
@@ -263,7 +263,7 @@ systemShutdown(int status)
#if defined(__alpha__) || defined(__sparc64__)
reboot(RB_HALT);
#else
- reboot(0);
+ reboot(RB_AUTOBOOT);
#endif
}
else