diff --git a/etc/rc b/etc/rc index 90847a5a7..5a91a19e0 100755 --- a/etc/rc +++ b/etc/rc @@ -169,7 +169,7 @@ esac # Further initialization. test -f /usr/etc/rc && sh /usr/etc/rc $action test -f /usr/local/etc/rc && sh /usr/local/etc/rc $action -test -f /etc/rc.rescue && sh /etc/rc.rescue $action +#test -f /etc/rc.rescue && sh /etc/rc.rescue $action # Any messages? test "$action" = start -a -f /etc/issue && cat /etc/issue