From: Frank Brehm Date: Sun, 4 Dec 2016 20:46:56 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=3440d061575b550430ca59da5da86246985e6a6f;p=config%2Fsarah%2Fetc.git saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 5bf0d3a..fa3b997 100755 --- a/.etckeeper +++ b/.etckeeper @@ -101,6 +101,7 @@ maybe chmod 0644 'apt/apt.conf.d/01autoremove' maybe chmod 0644 'apt/apt.conf.d/01autoremove-kernels' maybe chmod 0644 'apt/apt.conf.d/05etckeeper' maybe chmod 0644 'apt/apt.conf.d/70debconf' +maybe chmod 0644 'apt/apt.conf.d/99force-ipv4' maybe chmod 0755 'apt/preferences.d' maybe chmod 0644 'apt/repo.uhu-banane.de.gpg-key.pub' maybe chmod 0644 'apt/repo.uhu-banane.de.gpg-key2.pub' diff --git a/apt/apt.conf.d/99force-ipv4 b/apt/apt.conf.d/99force-ipv4 new file mode 100644 index 0000000..490ee3e --- /dev/null +++ b/apt/apt.conf.d/99force-ipv4 @@ -0,0 +1 @@ +Acquire::ForceIPv4 "true";