Don't suppress output of umount and swapoff - it is both unwise
authorPavel Roskin <proski@gnu.org>
Fri, 15 Sep 2000 01:34:17 +0000 (01:34 -0000)
committerPavel Roskin <proski@gnu.org>
Fri, 15 Sep 2000 01:34:17 +0000 (01:34 -0000)
and incompatible with lash that doesn't support >&1 yet.

examples/inittab
scripts/inittab

index 2515264..13a04af 100644 (file)
@@ -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
 
index 2515264..13a04af 100644 (file)
@@ -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