diff options
author | lippe <lippe@FreeBSD.org> | 2013-09-04 06:16:46 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2013-09-04 06:16:46 +0800 |
commit | 5d926f3916d853952b219ab927a733b57ba10cd2 (patch) | |
tree | 31d4858c5d64aaf71d245ffe6c1b0685f6f58c45 /dns/gdnsd | |
parent | 01b78d7a12dd76d31b8349e74a0bc8e4a1cb6d72 (diff) | |
download | freebsd-ports-graphics-5d926f3916d853952b219ab927a733b57ba10cd2.tar.gz freebsd-ports-graphics-5d926f3916d853952b219ab927a733b57ba10cd2.tar.zst freebsd-ports-graphics-5d926f3916d853952b219ab927a733b57ba10cd2.zip |
- Unbroken removing leftover patch.
Reported by: ohauer@ (mail)
Approved by: maintainer implicit
Diffstat (limited to 'dns/gdnsd')
-rw-r--r-- | dns/gdnsd/files/patch-docs-config.example | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dns/gdnsd/files/patch-docs-config.example b/dns/gdnsd/files/patch-docs-config.example deleted file mode 100644 index 0c9761e3616..00000000000 --- a/dns/gdnsd/files/patch-docs-config.example +++ /dev/null @@ -1,19 +0,0 @@ ---- config.example.orig 2012-05-06 20:26:34.000000000 +0000 -+++ docs/config.example 2012-05-25 20:13:28.000000000 +0000 -@@ -1,4 +1,14 @@ -- - # For more information on configuration, see "man gdnsd.config" --options => { zones_default_ttl = 43200 } -+ -+options => { -+ username = gdnsd -+ zones_default_ttl = 3600 -+ http_port = 13506 -+ tcp_clients_per_socket = 256 -+ tcp_timeout = 8 -+ max_http_clients = 32 -+ priority = 0 -+ listen = 127.0.0.1 -+ http_listen = 127.0.0.1 -+} - zones => { example.com => { default_ttl = 86400 } } |