Page MenuHomeFreeBSD

D54320.id168465.diff
No OneTemporary

D54320.id168465.diff

diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c
--- a/sbin/reboot/reboot.c
+++ b/sbin/reboot/reboot.c
@@ -235,9 +235,9 @@
{
char sigstr[SIG2STR_MAX];
int signo =
- howto & RB_HALT ? SIGUSR1 :
- howto & RB_POWEROFF ? SIGUSR2 :
howto & RB_POWERCYCLE ? SIGWINCH :
+ howto & RB_POWEROFF ? SIGUSR2 :
+ howto & RB_HALT ? SIGUSR1 :
howto & RB_REROOT ? SIGEMT :
SIGINT;

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 18, 11:34 PM (18 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31738144
Default Alt Text
D54320.id168465.diff (413 B)

Event Timeline