slackbuilds_ponce/network/pdnsd
Matteo Bernardini 2481a1e379 network/pdnsd: Fixed download link and homepage.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2012-11-04 09:53:52 -05:00
..
doinst.sh network/pdnsd: Added to 12.2 repository 2010-05-12 23:32:39 +02:00
pdnsd.info network/pdnsd: Fixed download link and homepage. 2012-11-04 09:53:52 -05:00
pdnsd.SlackBuild network/pdnsd: Misc automated cleanups. 2010-06-04 01:13:42 -04:00
rc.pdnsd network/pdnsd: Added to 12.2 repository 2010-05-12 23:32:39 +02:00
README network/pdnsd: Added to 12.2 repository 2010-05-12 23:32:39 +02:00
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -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