From: Frank Brehm Date: Tue, 5 Jun 2018 10:04:09 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=c96577c54409a92204a787178311ffea9583f518;p=config%2Fns2%2Fetc.git saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index ffd4ffb..72e0ee4 100755 --- a/.etckeeper +++ b/.etckeeper @@ -242,6 +242,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