From: Frank Brehm Date: Tue, 4 Dec 2018 16:21:04 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=4313f973b0dfaff547e502d229234207655020a4;p=config%2Fns1%2Fetc.git saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 8896f13..19cdbc2 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1568,6 +1568,7 @@ maybe chmod 0644 'rc6.d/README' maybe chmod 0755 'rcS.d' maybe chmod 0644 'rcS.d/README' maybe chmod 0644 'resolv.conf' +maybe chmod 0644 'resolv.conf.2018-12-04.bak' maybe chmod 0755 'resolvconf' maybe chmod 0755 'resolvconf/update-libc.d' maybe chmod 0755 'resolvconf/update-libc.d/postfix' @@ -1660,6 +1661,8 @@ maybe chmod 0755 'systemd/system' maybe chmod 0644 'systemd/system.conf' maybe chmod 0755 'systemd/system/default.target.wants' maybe chmod 0755 'systemd/system/getty.target.wants' +maybe chmod 0755 'systemd/system/getty@.service.d' +maybe chmod 0644 'systemd/system/getty@.service.d/noclear.conf' maybe chmod 0755 'systemd/system/icinga2.service.d' maybe chmod 0644 'systemd/system/icinga2.service.d/limits.conf' maybe chmod 0755 'systemd/system/multi-user.target.wants' diff --git a/resolv.conf.2018-12-04.bak b/resolv.conf.2018-12-04.bak new file mode 100644 index 0000000..5642c06 --- /dev/null +++ b/resolv.conf.2018-12-04.bak @@ -0,0 +1,6 @@ +domain uhu-banane.de +search uhu-banane.de brehm-online.com hennig-berlin.org +nameserver 127.0.0.1 +nameserver 10.12.20.2 +nameserver 185.48.118.6 +nameserver 185.48.116.10 diff --git a/systemd/system/getty@.service.d/noclear.conf b/systemd/system/getty@.service.d/noclear.conf new file mode 100644 index 0000000..52671c7 --- /dev/null +++ b/systemd/system/getty@.service.d/noclear.conf @@ -0,0 +1,2 @@ +[Service] +TTYVTDisallocate=no