Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/bootparams
| Show All 9 Lines | |||||
| . /etc/rc.subr | . /etc/rc.subr | ||||
| name="bootparamd" | name="bootparamd" | ||||
| desc="Boot parameter daemon" | desc="Boot parameter daemon" | ||||
| rcvar="bootparamd_enable" | rcvar="bootparamd_enable" | ||||
| required_files="/etc/bootparams" | required_files="/etc/bootparams" | ||||
| command="/usr/sbin/${name}" | command="/usr/sbin/${name}" | ||||
| : ${bootparamd_svcj_options:="net_basic"} | |||||
| load_rc_config $name | load_rc_config $name | ||||
| run_rc_command "$1" | run_rc_command "$1" | ||||