Introduction
Introduction Statistics Contact Development Disclaimer Help
rc has now been renamed to rc.init - sinit - suckless init
git clone git://git.suckless.org/sinit
Log
Files
Refs
README
LICENSE
---
commit 81b8281b6bf0ed016a283f436854ccb29d36f9dd
parent 5effb9944e3f7d4add1257204d86fd6cb3214967
Author: sin <[email protected]>
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);
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.