slackbuilds_ponce/network/pdnsd
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
doinst.sh
pdnsd.info network/pdnsd: Fixed download link and homepage. 2012-11-04 09:53:52 -05:00
pdnsd.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
rc.pdnsd
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

pdnsd is a proxy DNS server with permanent caching (the cache contents are
written to hard disk on exit) that is designed to cope with unreachable or 
down DNS servers (e.g., in dial-in networking).

Add this to /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.pdnsd ]; then
   /etc/rc.d/rc.pdnsd start
fi

Add this to /etc/rc.d/rc.local_shutdown
if [ -x /etc/rc.d/rc.pdnsd ]; then
   /etc/rc.d/rc.pdnsd stop
fi