Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/cfumass
| Show First 20 Lines • Show All 139 Lines • ▼ Show 20 Lines | if [ -n "${_new_template}" ]; then | ||||
| if [ "${err}" -ne 0 ]; then | if [ "${err}" -ne 0 ]; then | ||||
| warn "unable to set hw.usb.template sysctl to ${_new_template}" | warn "unable to set hw.usb.template sysctl to ${_new_template}" | ||||
| return "${err}" | return "${err}" | ||||
| fi | fi | ||||
| fi | fi | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: nojail keyword | |||||
| cfumass_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||