projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
340aa1c
)
As vodz noticed, I screwed up reboot
author
Eric Andersen
<andersen@codepoet.org>
Tue, 22 Jul 2003 17:04:54 +0000
(17:04 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 22 Jul 2003 17:04:54 +0000
(17:04 -0000)
init/reboot.c
patch
|
blob
|
history
diff --git
a/init/reboot.c
b/init/reboot.c
index a3c0000f10ba1638f1072f04429314aa552151ee..185152a71ade289d3d749e80c39d37e65f9c4668 100644
(file)
--- a/
init/reboot.c
+++ b/
init/reboot.c
@@
-39,11
+39,11
@@
extern int reboot_main(int argc, char **argv)
#ifndef CONFIG_INIT
#ifndef RB_AUTOBOOT
-#define RB_AUTOBOOT
0x01234567
+#define RB_AUTOBOOT 0x01234567
#endif
return(bb_shutdown_system(RB_AUTOBOOT));
#else
- return kill_init(SIG
USR2
);
+ return kill_init(SIG
TERM
);
#endif
}