ports/net/mcast-proxy/pkg/mcastproxy.rc

15 lines
232 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
#!/bin/ksh
daemon="${TRUEPREFIX}/sbin/mcast-proxy"
. /etc/rc.d/rc.subr
rc_configtest() {
# use rc_exec here since daemon_flags may contain arguments with spaces
rc_exec "${daemon} -n ${daemon_flags}"
}
rc_reload=NO
rc_cmd $1