public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] configroot: Create /var/ipfire/dns/servers file
@ 2020-01-16 16:18 Stefan Schantl
  2020-01-16 16:18 ` [PATCH 2/2] DNS: Defaults to use the ISP nameservers Stefan Schantl
  2020-01-16 16:29 ` [PATCH 1/2] configroot: Create /var/ipfire/dns/servers file Michael Tremer
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Schantl @ 2020-01-16 16:18 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1840 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 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/configroot
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 certs/index.txt certs/index.txt.attr ddns/config ddns/settings ddns/ipcache dhcp/settings \
-	    dhcp/fixleases dhcp/advoptions dhcp/dhcpd.conf.local dns/settings dnsforward/config ethernet/aliases ethernet/settings ethernet/known_nics ethernet/scanned_nics \
+	    dhcp/fixleases dhcp/advoptions dhcp/dhcpd.conf.local dns/settings dns/servers dnsforward/config ethernet/aliases ethernet/settings ethernet/known_nics ethernet/scanned_nics \
 	    ethernet/wireless extrahd/scan extrahd/devices extrahd/partitions extrahd/settings firewall/settings firewall/config firewall/geoipblock firewall/input firewall/outgoing \
 	    fwhosts/customnetworks fwhosts/customhosts fwhosts/customgroups fwhosts/customservicegrp fwhosts/customgeoipgrp fwlogs/ipsettings fwlogs/portsettings \
 	    isdn/settings mac/settings main/hosts main/routing main/security main/settings optionsfw/settings \
-- 
2.25.0.rc0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-16 16:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-16 16:18 [PATCH 1/2] configroot: Create /var/ipfire/dns/servers file Stefan Schantl
2020-01-16 16:18 ` [PATCH 2/2] DNS: Defaults to use the ISP nameservers Stefan Schantl
2020-01-16 16:30   ` Michael Tremer
2020-01-16 16:29 ` [PATCH 1/2] configroot: Create /var/ipfire/dns/servers file Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox