Disabled /etc/rc.rescue
This commit is contained in:
parent
4cc6be8532
commit
c39a693274
2
etc/rc
2
etc/rc
@ -169,7 +169,7 @@ esac
|
|||||||
# Further initialization.
|
# Further initialization.
|
||||||
test -f /usr/etc/rc && sh /usr/etc/rc $action
|
test -f /usr/etc/rc && sh /usr/etc/rc $action
|
||||||
test -f /usr/local/etc/rc && sh /usr/local/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?
|
# Any messages?
|
||||||
test "$action" = start -a -f /etc/issue && cat /etc/issue
|
test "$action" = start -a -f /etc/issue && cat /etc/issue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user