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:
6ba1a80
)
Fix comment.
author
Matt Kraai
<kraai@debian.org>
Thu, 12 Apr 2001 20:12:16 +0000
(20:12 -0000)
committer
Matt Kraai
<kraai@debian.org>
Thu, 12 Apr 2001 20:12:16 +0000
(20:12 -0000)
init.c
patch
|
blob
|
history
init/init.c
patch
|
blob
|
history
diff --git
a/init.c
b/init.c
index 112d066a6874e9926480665305c242a12a0eb011..22bedd9babc375a363d926992002c17d4a0a9c34 100644
(file)
--- a/
init.c
+++ b/
init.c
@@
-654,7
+654,7
@@
static void shutdown_system(void)
kill(-1, SIGKILL);
sleep(1);
- /* run everything to be run at "
ctrlaltdel
" */
+ /* run everything to be run at "
shutdown
" */
run_actions(SHUTDOWN);
sync();
diff --git
a/init/init.c
b/init/init.c
index 112d066a6874e9926480665305c242a12a0eb011..22bedd9babc375a363d926992002c17d4a0a9c34 100644
(file)
--- a/
init/init.c
+++ b/
init/init.c
@@
-654,7
+654,7
@@
static void shutdown_system(void)
kill(-1, SIGKILL);
sleep(1);
- /* run everything to be run at "
ctrlaltdel
" */
+ /* run everything to be run at "
shutdown
" */
run_actions(SHUTDOWN);
sync();