mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 18:18:28 +02:00
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:
parent
ff88a840ee
commit
b989888977
2 changed files with 0 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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@@
|
||||
Loading…
Add table
Reference in a new issue