diff options
| author | Ceri Davies <ceri@FreeBSD.org> | 2007-02-23 21:15:14 +0000 |
|---|---|---|
| committer | Ceri Davies <ceri@FreeBSD.org> | 2007-02-23 21:15:14 +0000 |
| commit | 6c117974983d0fcfb63319a653bd0628fc651c53 (patch) | |
| tree | 9b6182014948c6c560752ec362077030ea46bd77 | |
| parent | 54084306cd7268c1426bb1ef762866a4f2d3ae86 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sysinstall/system.c | 2 |
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 |
