diff options
Diffstat (limited to 'src.etc/rc.common')
-rw-r--r-- | src.etc/rc.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src.etc/rc.common b/src.etc/rc.common index 39ea3c2..7bf1917 100644 --- a/src.etc/rc.common +++ b/src.etc/rc.common @@ -37,7 +37,7 @@ main() fi action="${2:-<unknown>}" if [ "x${ALL_CMDS#* ${action} }" != "x${ALL_CMDS}" ]; then - if [ "x${action}" = 'xstart' ] && [ -f /etc/rc.policy ]; then + if [ -f /etc/rc.policy ]; then [ "x$(cat /etc/rc.policy)" = 'xdisabled' ] && return 0 fi ${action} |