hi there, please find attached an rc.d script for pdnsd
-f -- to every rule there's an exception & vice versa.
#!/bin/sh
#
daemon="/usr/local/sbin/pdnsd"
. /etc/rc.d/rc.subr
rc_start() {
${daemon} -d
}
rc_cmd $1
hi there, please find attached an rc.d script for pdnsd
-f -- to every rule there's an exception & vice versa.
#!/bin/sh
#
daemon="/usr/local/sbin/pdnsd"
. /etc/rc.d/rc.subr
rc_start() {
${daemon} -d
}
rc_cmd $1