From 6fd91ff51b9dd4eec37a6aaae245a8737c3f2ded Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 28 Sep 2006 05:52:12 +0000 Subject: [PATCH] 2084. [contrib] dbus update for 9.3.3rc2. --- contrib/dbus/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 contrib/dbus/Makefile diff --git a/contrib/dbus/Makefile b/contrib/dbus/Makefile deleted file mode 100644 index 6285034426..0000000000 --- a/contrib/dbus/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# contrib/dbus/Makefile -# -# This Makefile will install D-BUS support into the ISC BIND 9.3.2b1+ source, -# necessary to support dynamic forwarding table management with D-BUS, for -# Red Hat NetworkManager support. -# -# After running "make" in this directory, simply run make in the top level -# BIND source directory, and D-BUS support will be enabled. -# - -all: - echo 'Enabling D-BUS support...' - @ cp -fp dbus_mgr.c dbus_service.c ../../bin/named; - @ cp -fp dbus_mgr.h dbus_service.h ../../bin/named/include/named; - @ cp -fp README.DBUS ../../doc/misc - @ cd ../..; patch -s -p1 -b --suffix=.dbus < contrib/dbus/bind-9.3.2b1-dbus.patch - -install: - install -o root -g root -m 640 named-dbus-system.conf /etc/dbus-1/system.d/named.conf - install -o root -g root -m 640 named-dbus.service /usr/share/dbus-1/services/named.service