Bug 35483 - add patch to save djbdns cache contents at shutdown and reuse at powerup
Summary: add patch to save djbdns cache contents at shutdown and reuse at powerup
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Peter Pentchev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-02 17:00 UTC by Joseph Barbish
Modified: 2002-03-14 17:18 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Barbish 2002-03-02 17:00:03 UTC
There is a patch available for over a year now to djbdns to save the contents of the cache to a file at shutdown and use the cache file contents to repopulate the cache at powerup time. The patch and documentation are at  http://www.efge.org/djbdns/

Fix: 

Add the http://www.efge.org/djbdns/ patch to the FBSD port make file.
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2002-03-02 17:05:37 UTC
Responsible Changed
From-To: freebsd-ports->nbm

Over to maintainer
Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2002-03-14 12:19:02 UTC
Responsible Changed
From-To: nbm->roam

Actually, net/djbdns has been mine since Jan 31 :)
Comment 3 Peter Pentchev freebsd_committer freebsd_triage 2002-03-14 17:18:10 UTC
State Changed
From-To: open->closed

The dumpcache patch is now conditional on the WITH_DNSCACHE_DUMPCACHE 
variable being defined at build time. 
Thanks for the PR!