ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

commit c0e7c2a9ead3ee7002f7774c3d179a4014cb5a9e
parent 95d0ad200b3f5386abb492d4837aaec0a0814158
Author: sin <sin@2f30.org>
Date:   Tue,  1 Apr 2014 12:44:49 +0100

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

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

diff --git a/fs/bin/rc.init b/fs/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 &