slackbuilds_ponce/network/pdnsd
David Somero fb9cd22b12 network/pdnsd: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-04 01:13:42 -04:00
..
doinst.sh
pdnsd.info
pdnsd.SlackBuild network/pdnsd: Misc automated cleanups. 2010-06-04 01:13:42 -04:00
rc.pdnsd
README
slack-desc

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