Page MenuHomeFreeBSD

D54320.diff
No OneTemporary

D54320.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
Mon, Mar 23, 12:25 AM (13 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30147903
Default Alt Text
D54320.diff (413 B)

Event Timeline