]> Zhao Yanbai Git Server - minix.git/commitdiff
Disabled /etc/rc.rescue
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 8 Sep 2006 13:20:57 +0000 (13:20 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 8 Sep 2006 13:20:57 +0000 (13:20 +0000)
etc/rc

diff --git a/etc/rc b/etc/rc
index 90847a5a77cac2306353c43fb04a947c52a70f77..5a91a19e01f4b201ae946f6741a74ac5fbda477c 100755 (executable)
--- 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