Rename FIFO path for sinit

This commit is contained in:
sin 2014-02-05 18:29:46 +00:00
parent 30149bcb1d
commit 4fe3c8ccdd

View File

@ -30,7 +30,7 @@ static void cmdreboot(const Arg *);
static void dispatchcmd(int);
static int spawn(const char *, char *const []);
static const char *fifopath = "/var/run/init.fifo";
static const char *fifopath = "/var/run/sinit.fifo";
static Command commands[] = {
{ "poweroff", cmdpoweroff, {0} },
{ "reboot", cmdreboot, {0} },