From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/2] configroot: Create /var/ipfire/dns/servers file Date: Thu, 16 Jan 2020 17:18:12 +0100 Message-ID: <20200116161813.3869-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8323590583795136673==" List-Id: --===============8323590583795136673== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- config/rootfiles/common/configroot | 1 + lfs/configroot | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/common/configroot b/config/rootfiles/common/con= figroot index 56b0257bc..67c4abc75 100644 --- a/config/rootfiles/common/configroot +++ b/config/rootfiles/common/configroot @@ -41,6 +41,7 @@ var/ipfire/dhcp var/ipfire/dhcpc var/ipfire/dns #var/ipfire/dns/settings +#var/ipfire/dns/servers var/ipfire/dnsforward #var/ipfire/dnsforward/config var/ipfire/ethernet diff --git a/lfs/configroot b/lfs/configroot index 227d09239..d9a31e999 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -63,7 +63,7 @@ $(TARGET) : # Touch empty files for i in auth/users backup/include.user backup/exclude.user \ captive/settings captive/agb.txt captive/clients captive/voucher_out ce= rts/index.txt certs/index.txt.attr ddns/config ddns/settings ddns/ipcache dhc= p/settings \ - dhcp/fixleases dhcp/advoptions dhcp/dhcpd.conf.local dns/settings dnsfo= rward/config ethernet/aliases ethernet/settings ethernet/known_nics ethernet/= scanned_nics \ + dhcp/fixleases dhcp/advoptions dhcp/dhcpd.conf.local dns/settings dns/s= ervers dnsforward/config ethernet/aliases ethernet/settings ethernet/known_ni= cs ethernet/scanned_nics \ ethernet/wireless extrahd/scan extrahd/devices extrahd/partitions extra= hd/settings firewall/settings firewall/config firewall/geoipblock firewall/in= put firewall/outgoing \ fwhosts/customnetworks fwhosts/customhosts fwhosts/customgroups fwhosts= /customservicegrp fwhosts/customgeoipgrp fwlogs/ipsettings fwlogs/portsetting= s \ isdn/settings mac/settings main/hosts main/routing main/security main/s= ettings optionsfw/settings \ --=20 2.25.0.rc0 --===============8323590583795136673==--