Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/iscsictl
| Show All 11 Lines | |||||
| name="iscsictl" | name="iscsictl" | ||||
| desc="iSCSI initiator management utility" | desc="iSCSI initiator management utility" | ||||
| rcvar="iscsictl_enable" | rcvar="iscsictl_enable" | ||||
| command="/usr/bin/${name}" | command="/usr/bin/${name}" | ||||
| command_args="${iscsictl_flags}" | command_args="${iscsictl_flags}" | ||||
| required_modules="iscsi" | required_modules="iscsi" | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| iscsictl_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||