aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.c b/init.c
index 112d066a6..22bedd9ba 100644
--- a/init.c
+++ b/init.c
@@ -654,7 +654,7 @@ static void shutdown_system(void)
654 kill(-1, SIGKILL); 654 kill(-1, SIGKILL);
655 sleep(1); 655 sleep(1);
656 656
657 /* run everything to be run at "ctrlaltdel" */ 657 /* run everything to be run at "shutdown" */
658 run_actions(SHUTDOWN); 658 run_actions(SHUTDOWN);
659 659
660 sync(); 660 sync();