aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sinit.c b/sinit.c
index e9b12e3..69fd43e 100644
--- a/sinit.c
+++ b/sinit.c
@@ -53,7 +53,7 @@ main(void)
sigprocmask(SIG_UNBLOCK, &set, 0);
- spawn("/bin/rc", (char *[]){ "rc", NULL });
+ spawn("/bin/rc.init", (char *[]){ "rc.init", NULL });
unlink(fifopath);
umask(0);