fs

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

commit 35443ca96d78241f44647915a8b17b9df68bac7c
parent 60cd8bcdcfe3e8b0c243221c48a9c6edeb6fa503
Author: sin <sin@2f30.org>
Date:   Mon, 23 Sep 2013 14:54:29 +0100

Fix path for rc.local

Diffstat:
Metc/rc.multi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/rc.multi b/etc/rc.multi @@ -14,4 +14,4 @@ for s in $SVC; do done echo Running rc.local -[ -x /etc/rc.local ] && /bin/rc.local +[ -x /etc/rc.local ] && /etc/rc.local