summaryrefslogtreecommitdiffstats
path: root/bind-9.5-disable_dbus.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bind-9.5-disable_dbus.patch')
-rw-r--r--bind-9.5-disable_dbus.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/bind-9.5-disable_dbus.patch b/bind-9.5-disable_dbus.patch
new file mode 100644
index 0000000..37d8621
--- /dev/null
+++ b/bind-9.5-disable_dbus.patch
@@ -0,0 +1,12 @@
+diff -up bind-9.5.0a6/bin/named/main.c.disable_dbus bind-9.5.0a6/bin/named/main.c
+--- bind-9.5.0a6/bin/named/main.c.disable_dbus 2007-10-23 19:47:52.000000000 +0200
++++ bind-9.5.0a6/bin/named/main.c 2007-10-23 19:48:09.000000000 +0200
+@@ -451,7 +451,7 @@ parse_command_line(int argc, char *argv[
+ printf("BIND %s\n", ns_g_version);
+ exit(0);
+ case 'D':
+- ns_g_dbus = 1;
++ /* ns_g_dbus = 1; */
+ break;
+ case '?':
+ usage();