added resolv.conf back in at least for info purposes, even though it's a link to...
authorChris Koeritz <fred@gruntose.com>
Mon, 5 Sep 2016 22:14:50 +0000 (18:14 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 5 Sep 2016 22:14:50 +0000 (18:14 -0400)
scripts/archival/snarf_linux_config.pl

index 436ab523ea1ef96e3e38366d70bd8ffd1aab1153..ae8fe097bacbc554799a0272255be509cc684ba8 100644 (file)
@@ -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");