fs

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

commit a8b1b40129533568df5729fca353273dec82c171
parent f13dad51b0c76e5412f08971c62795cb2ae61736
Author: sin <sin@2f30.org>
Date:   Tue, 25 Mar 2014 14:12:38 +0000

Don't print 'Terminated' messages on reboot/poweroff

Diffstat:
Mbin/rc.init | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/rc.init b/bin/rc.init @@ -101,7 +101,7 @@ if [ -x /bin/rc.svc ]; then fi echo -sh -c 'respawn getty /dev/tty1 linux' & -sh -c 'respawn getty /dev/tty2 linux' & -sh -c 'respawn getty /dev/tty3 linux' & -sh -c 'respawn getty /dev/tty4 linux' & +sh -c 'respawn getty /dev/tty1 linux' &>/dev/null & +sh -c 'respawn getty /dev/tty2 linux' &>/dev/null & +sh -c 'respawn getty /dev/tty3 linux' &>/dev/null & +sh -c 'respawn getty /dev/tty4 linux' &>/dev/null &