diff options
author | André Geraldo Vieira <andre.geraldo@gmail.com> | 2010-05-12 23:32:39 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:32:39 +0200 |
commit | dcfc8298b253229af2f918842754ef61650698b7 (patch) | |
tree | 0decf36776499766709153945bba7dc2a9a4f30d /network/pdnsd/README | |
parent | 4ecb4572b7ec201523db30d821d24da770ee73af (diff) |
network/pdnsd: Added to 12.2 repository
Diffstat (limited to 'network/pdnsd/README')
-rw-r--r-- | network/pdnsd/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/network/pdnsd/README b/network/pdnsd/README new file mode 100644 index 000000000000..f11b7d39eab4 --- /dev/null +++ b/network/pdnsd/README @@ -0,0 +1,13 @@ +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 |