From: Frank Brehm Date: Wed, 19 Feb 2020 06:14:16 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=ea8aa7741217c259a5c281f6a215ddbf9965eb80;p=config%2Fbruni%2Fetc-mint.git saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index d979ee3..efb498b 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2886,8 +2886,8 @@ maybe chmod 0644 'systemd/system/snap-core18-1650.mount' maybe chmod 0644 'systemd/system/snap-core18-1668.mount' maybe chmod 0644 'systemd/system/snap-openra-172.mount' maybe chmod 0644 'systemd/system/snap-openra-183.mount' -maybe chmod 0644 'systemd/system/snap-snapd-5754.mount' maybe chmod 0644 'systemd/system/snap-snapd-6240.mount' +maybe chmod 0644 'systemd/system/snap-snapd-6434.mount' maybe chmod 0755 'systemd/system/sockets.target.wants' maybe chmod 0755 'systemd/system/sysinit.target.wants' maybe chmod 0755 'systemd/system/timers.target.wants' diff --git a/systemd/system/multi-user.target.wants/snap-snapd-5754.mount b/systemd/system/multi-user.target.wants/snap-snapd-5754.mount deleted file mode 120000 index 33c71fb..0000000 --- a/systemd/system/multi-user.target.wants/snap-snapd-5754.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-snapd-5754.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-snapd-6434.mount b/systemd/system/multi-user.target.wants/snap-snapd-6434.mount new file mode 120000 index 0000000..1bbdbd0 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-snapd-6434.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-snapd-6434.mount \ No newline at end of file diff --git a/systemd/system/snap-snapd-5754.mount b/systemd/system/snap-snapd-5754.mount deleted file mode 100644 index 9a5f47f..0000000 --- a/systemd/system/snap-snapd-5754.mount +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Mount unit for snapd, revision 5754 -Before=snapd.service - -[Mount] -What=/var/lib/snapd/snaps/snapd_5754.snap -Where=/snap/snapd/5754 -Type=squashfs -Options=nodev,ro,x-gdu.hide -LazyUnmount=yes - -[Install] -WantedBy=multi-user.target diff --git a/systemd/system/snap-snapd-6434.mount b/systemd/system/snap-snapd-6434.mount new file mode 100644 index 0000000..2c10572 --- /dev/null +++ b/systemd/system/snap-snapd-6434.mount @@ -0,0 +1,13 @@ +[Unit] +Description=Mount unit for snapd, revision 6434 +Before=snapd.service + +[Mount] +What=/var/lib/snapd/snaps/snapd_6434.snap +Where=/snap/snapd/6434 +Type=squashfs +Options=nodev,ro,x-gdu.hide +LazyUnmount=yes + +[Install] +WantedBy=multi-user.target