summaryrefslogtreecommitdiffstats
path: root/bind97-rh693982.patch
diff options
context:
space:
mode:
authorPetr Menšík <pemensik@redhat.com>2017-07-10 11:52:38 +0200
committerPetr Menšík <pemensik@redhat.com>2017-08-08 17:14:41 +0200
commit79d28ed32a9be4fd6a1ec589ad2e53abc71cafdb (patch)
tree7d740ab3fc337e7da418d122036762574eaf1340 /bind97-rh693982.patch
parentc81a9f4bd468f2c00a8d9d4f64b602730036f0ad (diff)
downloadbind-79d28ed32a9be4fd6a1ec589ad2e53abc71cafdb.tar.gz
bind-79d28ed32a9be4fd6a1ec589ad2e53abc71cafdb.tar.xz
bind-79d28ed32a9be4fd6a1ec589ad2e53abc71cafdb.zip
Update to 9.11.2b1
Diffstat (limited to 'bind97-rh693982.patch')
-rw-r--r--bind97-rh693982.patch21
1 files changed, 11 insertions, 10 deletions
diff --git a/bind97-rh693982.patch b/bind97-rh693982.patch
index 57bf812..34e6f73 100644
--- a/bind97-rh693982.patch
+++ b/bind97-rh693982.patch
@@ -1,10 +1,12 @@
-diff -up bind-9.7.3-P3/bin/named/server.c.rh693982 bind-9.7.3-P3/bin/named/server.c
---- bind-9.7.3-P3/bin/named/server.c.rh693982 2011-08-12 17:18:55.611978110 +0200
-+++ bind-9.7.3-P3/bin/named/server.c 2011-08-12 17:19:36.009975303 +0200
-@@ -4444,15 +4444,6 @@ load_configuration(const char *filename,
+diff --git a/bin/named/server.c b/bin/named/server.c
+index 529ba5e..a936597 100644
+--- a/bin/named/server.c
++++ b/bin/named/server.c
+@@ -7892,15 +7892,6 @@ load_configuration(const char *filename, ns_server_t *server,
+ if (first_time)
ns_os_changeuser();
- /*
+- /*
- * Check that the working directory is writable.
- */
- if (access(".", W_OK) != 0) {
@@ -13,11 +15,10 @@ diff -up bind-9.7.3-P3/bin/named/server.c.rh693982 bind-9.7.3-P3/bin/named/serve
- "the working directory is not writable");
- }
-
-- /*
- * Configure the logging system.
- *
- * Do this after changing UID to make sure that any log
-@@ -4498,6 +4489,15 @@ load_configuration(const char *filename,
+ #ifdef HAVE_LMDB
+ /*
+ * Reopen NZD databases.
+@@ -7976,6 +7967,15 @@ load_configuration(const char *filename, ns_server_t *server,
}
/*