66f6985027
* Make use of USE_MYSQL * Convert scripts to rc.subr * Fix plist * Fix pkg-message not displayed during 'make install' * Depend on net/php4-nms * Allow to connect to remote MySQL DB * Even more... PR: 58061 Submitted by: Sergey Akifyev <asa@gascom.ru>
14 lines
219 B
Bash
14 lines
219 B
Bash
#!/bin/sh
|
|
|
|
prefix=%PREFIX%
|
|
|
|
zabbix_suckerd_enable="YES"
|
|
|
|
. %LOCALBASE%/etc/rc.subr
|
|
|
|
name="zabbix_suckerd"
|
|
rcvar=`set_rcvar`
|
|
command="${prefix}/bin/${name}"
|
|
required_files="/etc/zabbix/${name}.conf"
|
|
|
|
run_rc_command "$1"
|