From 7a8cb48cdca87bd453d1fb6013aba9b04626cd76 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 5 Sep 2016 18:14:50 -0400 Subject: [PATCH] added resolv.conf back in at least for info purposes, even though it's a link to stuff under /run hierarchy. --- scripts/archival/snarf_linux_config.pl | 3 +++ 1 file changed, 3 insertions(+) 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"); -- 2.34.1