summaryrefslogtreecommitdiffstats
path: root/bind96-rh507469.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2009-09-15 12:56:46 +0000
committerAdam Tkac <atkac@fedoraproject.org>2009-09-15 12:56:46 +0000
commitf12e46d9ada077a03a80fd9a2b48cc2a9ac06187 (patch)
treef3099d01d19f02236e1ea1e515dad2adc9ce1fa4 /bind96-rh507469.patch
parentdd9171cb2cab1b48e336ecab28cd584c093ba96e (diff)
- update to 9.7.0a2bind-9_7_0-0_1_a2_fc13
- merged patches - bind-96-db_unregister.patch - bind96-rh507469.patch
Diffstat (limited to 'bind96-rh507469.patch')
-rw-r--r--bind96-rh507469.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/bind96-rh507469.patch b/bind96-rh507469.patch
deleted file mode 100644
index 84719fa..0000000
--- a/bind96-rh507469.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -up bind-9.6.1/bin/dig/dighost.c.rh507469 bind-9.6.1/bin/dig/dighost.c
---- bind-9.6.1/bin/dig/dighost.c.rh507469 2009-06-23 15:52:08.974779538 +0200
-+++ bind-9.6.1/bin/dig/dighost.c 2009-06-23 15:54:19.934977907 +0200
-@@ -1064,7 +1064,9 @@ setup_system(void) {
- debug("ndots is %d.", ndots);
- }
-
-- copy_server_list(lwconf, &server_list);
-+ /* If user doesn't specify server use nameservers from resolv.conf */
-+ if (ISC_LIST_EMPTY(server_list))
-+ copy_server_list(lwconf, &server_list);
-
- /* If we don't find a nameserver fall back to localhost */
- if (ISC_LIST_EMPTY(server_list)) {