slackbuilds/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
..
README network/pdnsd: Added to 12.2 repository 2010-05-12 23:32:39 +02:00
doinst.sh network/pdnsd: Added to 12.2 repository 2010-05-12 23:32:39 +02:00
pdnsd.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
pdnsd.info network/pdnsd: Fixed download link and homepage. 2012-11-04 09:53:52 -05:00
rc.pdnsd network/pdnsd: Added to 12.2 repository 2010-05-12 23:32:39 +02:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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