From c62591f97f5f237dd67ff50814d65d47e0316acb Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 Jul 2022 00:01:14 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 1 - .../90-mandatory.d/99-mintupdate-temporary.pkla | 1 + resolv.conf | 9 +++++---- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 120000 polkit-1/localauthority/90-mandatory.d/99-mintupdate-temporary.pkla diff --git a/.etckeeper b/.etckeeper index 16638e9..0dcb9e9 100755 --- a/.etckeeper +++ b/.etckeeper @@ -57,7 +57,6 @@ mkdir -p './polkit-1/localauthority/10-vendor.d' mkdir -p './polkit-1/localauthority/20-org.d' mkdir -p './polkit-1/localauthority/30-site.d' mkdir -p './polkit-1/localauthority/50-local.d' -mkdir -p './polkit-1/localauthority/90-mandatory.d' mkdir -p './postfix/dynamicmaps.cf.d' mkdir -p './postfix/sasl' mkdir -p './powerline' diff --git a/polkit-1/localauthority/90-mandatory.d/99-mintupdate-temporary.pkla b/polkit-1/localauthority/90-mandatory.d/99-mintupdate-temporary.pkla new file mode 120000 index 0000000..ab463aa --- /dev/null +++ b/polkit-1/localauthority/90-mandatory.d/99-mintupdate-temporary.pkla @@ -0,0 +1 @@ +/usr/share/linuxmint/mintupdate/automation/99-mintupdate-temporary.pkla \ No newline at end of file diff --git a/resolv.conf b/resolv.conf index 9a0c1ae..c3eb8f0 100644 --- a/resolv.conf +++ b/resolv.conf @@ -1,5 +1,6 @@ -search pixelpark.net pixelpark.com pixelpark.de brehm-online.com uhu-banane.net pp-dns.com -nameserver 77.74.232.24 -nameserver 77.74.232.25 -nameserver 93.188.104.82 +search home.brehm-online.com brehm-online.com hennig-berlin.org uhu-banane.de uhu-banane.net +nameserver 127.0.0.1 +nameserver 1.1.1.1 +nameserver 8.8.8.8 +nameserver 8.8.4.4 options timeout:1 attempts:2 use-vc -- 2.39.5