mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
Fix comment.
This commit is contained in:
parent
6ba1a80c26
commit
8fc364ebd5
2
init.c
2
init.c
@ -654,7 +654,7 @@ static void shutdown_system(void)
|
|||||||
kill(-1, SIGKILL);
|
kill(-1, SIGKILL);
|
||||||
sleep(1);
|
sleep(1);
|
||||||
|
|
||||||
/* run everything to be run at "ctrlaltdel" */
|
/* run everything to be run at "shutdown" */
|
||||||
run_actions(SHUTDOWN);
|
run_actions(SHUTDOWN);
|
||||||
|
|
||||||
sync();
|
sync();
|
||||||
|
@ -654,7 +654,7 @@ static void shutdown_system(void)
|
|||||||
kill(-1, SIGKILL);
|
kill(-1, SIGKILL);
|
||||||
sleep(1);
|
sleep(1);
|
||||||
|
|
||||||
/* run everything to be run at "ctrlaltdel" */
|
/* run everything to be run at "shutdown" */
|
||||||
run_actions(SHUTDOWN);
|
run_actions(SHUTDOWN);
|
||||||
|
|
||||||
sync();
|
sync();
|
||||||
|
Loading…
Reference in New Issue
Block a user