Index: branches/releng-9/nanobsd/files/tools/wl-config
===================================================================
--- branches/releng-9/nanobsd/files/tools/wl-config	(revision 12680)
+++ branches/releng-9/nanobsd/files/tools/wl-config	(revision 12681)
@@ -36,6 +36,10 @@
 
 # Determine it's statup and running location and some other hints
-# Skip named.conf as it not planned in current release
-FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local resolv.conf pf.hybrid.conf.local wleiden.yaml"
+# Skip named.conf as it not planned in current release, making sure resolv.conf
+# is altered at the end, since having to replace this file will cause next files
+# not be downloaded anymore if no (currently) valid resolver can be found anymore.
+# TODO(rvdz): Download files _before_ changes
+#
+FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local hybrid.conf.local wleiden.yaml resolv.conf"
 file_details() {
   POST_CMD=""
