Don't suppress output of umount and swapoff - it is both unwise

and incompatible with lash that doesn't support >&1 yet.
This commit is contained in:
Pavel Roskin 2000-09-15 01:34:17 +00:00
parent 33bee33af0
commit f5cf8c6c65
2 changed files with 4 additions and 4 deletions

View 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

View 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