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:
Dan Williams
2005-10-19 14:28:34 +00:00
parent ff88a840ee
commit b989888977
2 changed files with 0 additions and 20 deletions

View File

@@ -1,8 +1,3 @@
namedconf_DATA = named.conf
namedconfdir = $(pkgdatadir)
EXTRA_DIST = $(namedconf_DATA)
INCLUDES = -I${top_srcdir}/utils -I${top_srcdir}/src
noinst_LTLIBRARIES = libnamed-manager.la

View File

@@ -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@@