Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/blacklistd
| Show All 34 Lines | |||||
| . /etc/rc.subr | . /etc/rc.subr | ||||
| name="blacklistd" | name="blacklistd" | ||||
| desc="System blacklist daemon" | desc="System blacklist daemon" | ||||
| rcvar="blacklistd_enable" | rcvar="blacklistd_enable" | ||||
| command="/usr/sbin/${name}" | command="/usr/sbin/${name}" | ||||
| required_files="/etc/blacklistd.conf" | required_files="/etc/blacklistd.conf" | ||||
| # no svcj options needed | |||||
| : ${blacklistd_svcj_options:=""} | |||||
| load_rc_config $name | load_rc_config $name | ||||
| run_rc_command "$1" | run_rc_command "$1" | ||||