aboutsummaryrefslogtreecommitdiff
path: root/poweroff.c
diff options
context:
space:
mode:
Diffstat (limited to 'poweroff.c')
-rw-r--r--poweroff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/poweroff.c b/poweroff.c
index 7f9abf14a..14dc2f5b9 100644
--- a/poweroff.c
+++ b/poweroff.c
@@ -27,5 +27,5 @@
extern int poweroff_main(int argc, char **argv)
{
/* don't assume init's pid == 1 */
- exit(kill(findInitPid(), SIGUSR2));
+ exit(kill(findPidByName("init"), SIGUSR2));
}