commit 81b8281b6bf0ed016a283f436854ccb29d36f9dd parent 5effb9944e3f7d4add1257204d86fd6cb3214967 Author: sin <sin@2f30.org> Date: Thu, 6 Feb 2014 11:38:12 +0000 rc has now been renamed to rc.init Diffstat:
M | sinit.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);