From c39a693274e7c44eb18dc895a84ba959282381f8 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Fri, 8 Sep 2006 13:20:57 +0000 Subject: [PATCH] Disabled /etc/rc.rescue --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0