#!/bin/sh
#
# PROVIDE: rdns
# REQUIRE: NETWORKING
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf to enable rdns:
# rdns_enable="YES"
name="rdns"
rcvar="rdns_enable"
pidfile=""
command="/usr/sbin/daemon"
command_args="-f -p -S -T rdns /usr/local/sbin/rdns -c "
start_precmd="rdns_precmd"