diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -818,9 +818,9 @@ void parse_inittab(void) | |||
818 | /* No inittab file -- set up some default behavior */ | 818 | /* No inittab file -- set up some default behavior */ |
819 | #endif | 819 | #endif |
820 | /* Swapoff on halt/reboot */ | 820 | /* Swapoff on halt/reboot */ |
821 | new_initAction(CTRLALTDEL, "/sbin/swapoff -a > /dev/null 2>&1", console); | 821 | new_initAction(CTRLALTDEL, "/sbin/swapoff -a", console); |
822 | /* Umount all filesystems on halt/reboot */ | 822 | /* Umount all filesystems on halt/reboot */ |
823 | new_initAction(CTRLALTDEL, "/bin/umount -a -r > /dev/null 2>&1", console); | 823 | new_initAction(CTRLALTDEL, "/bin/umount -a -r", console); |
824 | /* Askfirst shell on tty1 */ | 824 | /* Askfirst shell on tty1 */ |
825 | new_initAction(ASKFIRST, SHELL, console); | 825 | new_initAction(ASKFIRST, SHELL, console); |
826 | /* Askfirst shell on tty2 */ | 826 | /* Askfirst shell on tty2 */ |