Disabled /etc/rc.rescue

This commit is contained in:
Philip Homburg 2006-09-08 13:20:57 +00:00
parent 4cc6be8532
commit c39a693274

2
etc/rc
View file

@ -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