From a8ed2553e2f9b42beaa3a8f7dd5b56671d4adac4 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 6 May 2022 00:17:08 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 2 +- .../system/multi-user.target.wants/snap-drawio-150.mount | 1 - .../system/multi-user.target.wants/snap-drawio-152.mount | 1 + .../system/{snap-drawio-150.mount => snap-drawio-152.mount} | 6 +++--- 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 120000 systemd/system/multi-user.target.wants/snap-drawio-150.mount create mode 120000 systemd/system/multi-user.target.wants/snap-drawio-152.mount rename systemd/system/{snap-drawio-150.mount => snap-drawio-152.mount} (59%) diff --git a/.etckeeper b/.etckeeper index 26a91f5..7017be2 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3036,8 +3036,8 @@ maybe chmod 0644 'systemd/system/snap-core-12834.mount' maybe chmod 0644 'systemd/system/snap-core-12941.mount' maybe chmod 0644 'systemd/system/snap-core18-2284.mount' maybe chmod 0644 'systemd/system/snap-core18-2344.mount' -maybe chmod 0644 'systemd/system/snap-drawio-150.mount' maybe chmod 0644 'systemd/system/snap-drawio-151.mount' +maybe chmod 0644 'systemd/system/snap-drawio-152.mount' maybe chmod 0644 'systemd/system/snap-ferdi-211.mount' maybe chmod 0644 'systemd/system/snap-ferdi-225.mount' maybe chmod 0644 'systemd/system/snap-gnome\x2d3\x2d28\x2d1804-161.mount' diff --git a/systemd/system/multi-user.target.wants/snap-drawio-150.mount b/systemd/system/multi-user.target.wants/snap-drawio-150.mount deleted file mode 120000 index ac8acf3..0000000 --- a/systemd/system/multi-user.target.wants/snap-drawio-150.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-drawio-150.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-drawio-152.mount b/systemd/system/multi-user.target.wants/snap-drawio-152.mount new file mode 120000 index 0000000..2396e83 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-drawio-152.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-drawio-152.mount \ No newline at end of file diff --git a/systemd/system/snap-drawio-150.mount b/systemd/system/snap-drawio-152.mount similarity index 59% rename from systemd/system/snap-drawio-150.mount rename to systemd/system/snap-drawio-152.mount index a2ed13b..8878c6c 100644 --- a/systemd/system/snap-drawio-150.mount +++ b/systemd/system/snap-drawio-152.mount @@ -1,11 +1,11 @@ [Unit] -Description=Mount unit for drawio, revision 150 +Description=Mount unit for drawio, revision 152 Before=snapd.service After=zfs-mount.service [Mount] -What=/var/lib/snapd/snaps/drawio_150.snap -Where=/snap/drawio/150 +What=/var/lib/snapd/snaps/drawio_152.snap +Where=/snap/drawio/152 Type=squashfs Options=nodev,ro,x-gdu.hide,x-gvfs-hide LazyUnmount=yes -- 2.39.5