summaryrefslogtreecommitdiffstats
path: root/bind97-rh693982.patch
diff options
context:
space:
mode:
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,
}
/*