summaryrefslogtreecommitdiff
path: root/contrib/dbus/Makefile.9.3.2b1
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2007-09-07 14:15:23 -0600
committerLaMont Jones <lamont@debian.org>2007-09-07 14:15:23 -0600
commit708dfaae929e0746a1e6fb5100d2c74036e45adf (patch)
tree8e41d12e0a398d83e4b055867ea794f50d3dc337 /contrib/dbus/Makefile.9.3.2b1
parent00fa0dd5b9bb17deb8d2e96a2bc4234abaa9d5ac (diff)
downloadbind9-708dfaae929e0746a1e6fb5100d2c74036e45adf.tar.gz
9.3.0beta2
Diffstat (limited to 'contrib/dbus/Makefile.9.3.2b1')
-rw-r--r--contrib/dbus/Makefile.9.3.2b120
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/dbus/Makefile.9.3.2b1 b/contrib/dbus/Makefile.9.3.2b1
deleted file mode 100644
index 62850344..00000000
--- a/contrib/dbus/Makefile.9.3.2b1
+++ /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