#!/bin/sh # PROVIDE: pfstatd # REQUIRE: DAEMON # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable pfstatd: # pfstatd_enable (bool): Set to "NO" by default. # Set it to "YES" to enable pfstatd . /etc/rc.subr name="pfstatd" rcvar=pfstatd_enable command="%%PREFIX%%/bin/${name}" load_rc_config ${name} : ${pfstatd_enable:="NO"} run_rc_command "$1"