aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Quinot <thomas@FreeBSD.org>2002-10-06 16:24:36 +0000
committerThomas Quinot <thomas@FreeBSD.org>2002-10-06 16:24:36 +0000
commitcfde77fbdfd1f211b4c4dac1abe1ec4cf26cc5fd (patch)
treeccdc739a7af4e8a3884a09661eb81967d287c18d
parentb371c939ce74b0eb0741e9411bd98d624ccebe39 (diff)
Notes
-rw-r--r--sbin/reboot/reboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c
index 0c85c15be5d2..b30582d2116f 100644
--- a/sbin/reboot/reboot.c
+++ b/sbin/reboot/reboot.c
@@ -98,7 +98,7 @@ main(int argc, char *argv[])
break;
case 'p':
pflag = 1;
- howto |= (RB_POWEROFF | RB_HALT);
+ howto |= RB_POWEROFF;
break;
case 'q':
qflag = 1;