Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/apm
| Show All 37 Lines | apm_status() | ||||
| 0) | 0) | ||||
| echo "APM is disabled" | echo "APM is disabled" | ||||
| ;; | ;; | ||||
| esac | esac | ||||
| return 1 | return 1 | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: nojail keyword | |||||
| apm_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||