summaryrefslogtreecommitdiffstats
path: root/src.etc/rc.common
diff options
context:
space:
mode:
Diffstat (limited to 'src.etc/rc.common')
-rw-r--r--src.etc/rc.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/src.etc/rc.common b/src.etc/rc.common
index 8ccb6f7..42f33d6 100644
--- a/src.etc/rc.common
+++ b/src.etc/rc.common
@@ -32,6 +32,9 @@ main()
fi
if [ "x${ALL_CMDS#* ${action} }" != "x${ALL_CMDS}" ]; then
+ if [ "x${action}" = 'xstart' ] && [ -e /etc/rc.policy ]; then
+ [ "x$(cat /etc/rc.policy)" = 'disabled' ] && return 0
+ fi
${action}
es=${?}
log_end ${es}