From ea8aa7741217c259a5c281f6a215ddbf9965eb80 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 19 Feb 2020 07:14:16 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 2 +- .../system/multi-user.target.wants/snap-snapd-5754.mount | 1 - .../system/multi-user.target.wants/snap-snapd-6434.mount | 1 + .../system/{snap-snapd-5754.mount => snap-snapd-6434.mount} | 6 +++--- 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 120000 systemd/system/multi-user.target.wants/snap-snapd-5754.mount create mode 120000 systemd/system/multi-user.target.wants/snap-snapd-6434.mount rename systemd/system/{snap-snapd-5754.mount => snap-snapd-6434.mount} (54%) 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-6434.mount similarity index 54% rename from systemd/system/snap-snapd-5754.mount rename to systemd/system/snap-snapd-6434.mount index 9a5f47f..2c10572 100644 --- a/systemd/system/snap-snapd-5754.mount +++ b/systemd/system/snap-snapd-6434.mount @@ -1,10 +1,10 @@ [Unit] -Description=Mount unit for snapd, revision 5754 +Description=Mount unit for snapd, revision 6434 Before=snapd.service [Mount] -What=/var/lib/snapd/snaps/snapd_5754.snap -Where=/snap/snapd/5754 +What=/var/lib/snapd/snaps/snapd_6434.snap +Where=/snap/snapd/6434 Type=squashfs Options=nodev,ro,x-gdu.hide LazyUnmount=yes -- 2.39.5