fs

morpheus filesystem files
git clone git://git.2f30.org/fs
Log | Files | Refs

commit c7b2db6c0de079198e4d7f826257c215b9be6e84
parent c2309c506adea89218e9d9588ec1a09a69fb4fbb
Author: sin <sin@2f30.org>
Date:   Fri,  7 Feb 2014 16:19:40 +0000

Revert "Create sinit FIFO at the end of the boot process"

This reverts commit c2309c506adea89218e9d9588ec1a09a69fb4fbb.

Diffstat:
Mbin/rc.svc | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/bin/rc.svc b/bin/rc.svc @@ -16,7 +16,4 @@ done echo Running rc.local [ -x /bin/rc.local ] && /bin/rc.local -# Force sinit to create /var/run/sinit.fifo -kill -SIGHUP 1 - while :; do getty 38400 tty1 linux; done &