Page MenuHomeFreeBSD

D54320.id168459.diff
No OneTemporary

D54320.id168459.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
Sun, Mar 1, 1:02 PM (13 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27100406
Default Alt Text
D54320.id168459.diff (413 B)

Event Timeline