Don't install named config files we don't use anymore
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1050 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -1,8 +1,3 @@
|
|||||||
namedconf_DATA = named.conf
|
|
||||||
namedconfdir = $(pkgdatadir)
|
|
||||||
|
|
||||||
EXTRA_DIST = $(namedconf_DATA)
|
|
||||||
|
|
||||||
INCLUDES = -I${top_srcdir}/utils -I${top_srcdir}/src
|
INCLUDES = -I${top_srcdir}/utils -I${top_srcdir}/src
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libnamed-manager.la
|
noinst_LTLIBRARIES = libnamed-manager.la
|
||||||
|
@@ -1,15 +0,0 @@
|
|||||||
// Named configuration, generated by NetworkManager
|
|
||||||
|
|
||||||
options {
|
|
||||||
directory "/";
|
|
||||||
query-source address * port *;
|
|
||||||
forward only;
|
|
||||||
forwarders { @@FORWARDERS@@ };
|
|
||||||
listen-on { 127.0.0.1; };
|
|
||||||
pid-file "@@PID_FILE@@";
|
|
||||||
};
|
|
||||||
|
|
||||||
// Disable rndc
|
|
||||||
controls { };
|
|
||||||
|
|
||||||
@@DOMAIN_ZONES@@
|
|
Reference in New Issue
Block a user