From: Frank Brehm Date: Tue, 5 Jun 2018 10:04:16 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=1225ff1cf264d32b1aff5fd59255a083a8d5daaa;p=config%2Fns3%2Fetc.git saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 236a4e2..3ad494d 100755 --- a/.etckeeper +++ b/.etckeeper @@ -254,6 +254,7 @@ maybe chmod 0644 'apt/sources.list' maybe chmod 0644 'apt/sources.list.bak' maybe chmod 0644 'apt/sources.list.bak.1' maybe chmod 0755 'apt/sources.list.d' +maybe chmod 0644 'apt/sources.list.d/dns-oarc.list' maybe chmod 0644 'apt/sources.list.d/fbrehm.list' maybe chmod 0644 'apt/sources.list.d/fbrehm.list.bak' maybe chmod 0644 'apt/sources.list.d/salt.list' diff --git a/apt/sources.list.d/dns-oarc.list b/apt/sources.list.d/dns-oarc.list new file mode 100644 index 0000000..8d7ffc9 --- /dev/null +++ b/apt/sources.list.d/dns-oarc.list @@ -0,0 +1 @@ +deb http://pkg.dns-oarc.net/debian stretch main diff --git a/apt/trusted.gpg b/apt/trusted.gpg index dbada7c..ead971b 100644 Binary files a/apt/trusted.gpg and b/apt/trusted.gpg differ