From f5cf8c6c65cbe48157dc8f9a4f159d6919b02143 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 15 Sep 2000 01:34:17 +0000 Subject: Don't suppress output of umount and swapoff - it is both unwise and incompatible with lash that doesn't support >&1 yet. --- examples/inittab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/inittab') diff --git a/examples/inittab b/examples/inittab index 2515264c7..13a04afdc 100644 --- a/examples/inittab +++ b/examples/inittab @@ -78,6 +78,6 @@ tty6::respawn:/sbin/getty 38400 tty6 #ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2 # Stuff to do before rebooting -::ctrlaltdel:/bin/umount -a -r > /dev/null 2>&1 -::ctrlaltdel:/sbin/swapoff -a > /dev/null 2>&1 +::ctrlaltdel:/bin/umount -a -r +::ctrlaltdel:/sbin/swapoff -a -- cgit v1.2.3