From: Frank Brehm Date: Tue, 5 Jun 2018 10:03:08 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=c3dec723be70ff4172af747a7d092236e6c074bd;p=config%2Fns1%2Fetc.git saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index b309c47..e835f2d 100755 --- a/.etckeeper +++ b/.etckeeper @@ -249,6 +249,7 @@ maybe chmod 0644 'apt/repo.uhu-banane.de.gpg-key.pub' maybe chmod 0644 'apt/repo.uhu-banane.de.gpg-key2.pub' maybe chmod 0644 'apt/sources.list' 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/icinga.list' 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 96e7a47..02d7d15 100644 Binary files a/apt/trusted.gpg and b/apt/trusted.gpg differ