From: Chris Koeritz Date: Sat, 17 Sep 2016 22:47:53 +0000 (-0400) Subject: taking out /etc/alternatives X-Git-Tag: 2.140.90~447 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=0aa01e5d93c298d938a2e9930e9e48151a8299ef;hp=2f5f0147ce2a06813e4fee82bd771ebf8c8a73ee;p=feisty_meow.git taking out /etc/alternatives --- diff --git a/scripts/archival/snarf_linux_config.pl b/scripts/archival/snarf_linux_config.pl index ae8fe097..d333c5c4 100644 --- a/scripts/archival/snarf_linux_config.pl +++ b/scripts/archival/snarf_linux_config.pl @@ -74,6 +74,7 @@ unlink $infofile; &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"); &remove_from_backup($snarf_file_base, $number, "etc/locale/*"); +&remove_from_backup($snarf_file_base, $number, "etc/alternatives/*"); &remove_from_backup($snarf_file_base, $number, "etc/opt/kde3/share/services/ksycoca"); &remove_from_backup($snarf_file_base, $number, "etc/preload.d/*"); &remove_from_backup($snarf_file_base, $number, "etc/rmt");