From: Philip Homburg Date: Fri, 8 Sep 2006 13:20:57 +0000 (+0000) Subject: Disabled /etc/rc.rescue X-Git-Tag: v3.1.3~185 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=c39a693274e7c44eb18dc895a84ba959282381f8;p=minix.git Disabled /etc/rc.rescue --- 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