From: Chris Koeritz Date: Mon, 5 Sep 2016 22:14:50 +0000 (-0400) Subject: added resolv.conf back in at least for info purposes, even though it's a link to... X-Git-Tag: 2.140.90~478 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=7a8cb48cdca87bd453d1fb6013aba9b04626cd76;p=feisty_meow.git added resolv.conf back in at least for info purposes, even though it's a link to stuff under /run hierarchy. --- diff --git a/scripts/archival/snarf_linux_config.pl b/scripts/archival/snarf_linux_config.pl index 436ab523..ae8fe097 100644 --- a/scripts/archival/snarf_linux_config.pl +++ b/scripts/archival/snarf_linux_config.pl @@ -67,6 +67,9 @@ unlink $infofile; # now get the entire /etc hierarchy... &backup_hierarchy($snarf_file_base, $number, "/", "etc"); +# suck in the current state for the resolver. +&backup_hierarchy($snarf_file_base, $number, "/", "run/resolvconf"); + # clean out extra files. &remove_from_backup($snarf_file_base, $number, "etc/cups/ppds.dat*"); &remove_from_backup($snarf_file_base, $number, "etc/httpd/conf/ssl.crt/ca-bundle.crt");