From 6e845cec4a886a18d91c6872ef93f9f27cc35e14 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sat, 6 Aug 2022 21:02:47 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 2 +- .../system/multi-user.target.wants/snap-drawio-158.mount | 1 - .../system/multi-user.target.wants/snap-drawio-160.mount | 1 + .../system/{snap-drawio-158.mount => snap-drawio-160.mount} | 6 +++--- 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 120000 systemd/system/multi-user.target.wants/snap-drawio-158.mount create mode 120000 systemd/system/multi-user.target.wants/snap-drawio-160.mount rename systemd/system/{snap-drawio-158.mount => snap-drawio-160.mount} (59%) diff --git a/.etckeeper b/.etckeeper index 2ec702f..d249b8b 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3044,8 +3044,8 @@ maybe chmod 0644 'systemd/system/snap-core-13308.mount' maybe chmod 0644 'systemd/system/snap-core-13425.mount' maybe chmod 0644 'systemd/system/snap-core18-2409.mount' maybe chmod 0644 'systemd/system/snap-core18-2538.mount' -maybe chmod 0644 'systemd/system/snap-drawio-158.mount' maybe chmod 0644 'systemd/system/snap-drawio-159.mount' +maybe chmod 0644 'systemd/system/snap-drawio-160.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-158.mount b/systemd/system/multi-user.target.wants/snap-drawio-158.mount deleted file mode 120000 index c520b4c..0000000 --- a/systemd/system/multi-user.target.wants/snap-drawio-158.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-drawio-158.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-drawio-160.mount b/systemd/system/multi-user.target.wants/snap-drawio-160.mount new file mode 120000 index 0000000..7356aef --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-drawio-160.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-drawio-160.mount \ No newline at end of file diff --git a/systemd/system/snap-drawio-158.mount b/systemd/system/snap-drawio-160.mount similarity index 59% rename from systemd/system/snap-drawio-158.mount rename to systemd/system/snap-drawio-160.mount index 7577670..9ceb0c4 100644 --- a/systemd/system/snap-drawio-158.mount +++ b/systemd/system/snap-drawio-160.mount @@ -1,11 +1,11 @@ [Unit] -Description=Mount unit for drawio, revision 158 +Description=Mount unit for drawio, revision 160 Before=snapd.service After=zfs-mount.service [Mount] -What=/var/lib/snapd/snaps/drawio_158.snap -Where=/snap/drawio/158 +What=/var/lib/snapd/snaps/drawio_160.snap +Where=/snap/drawio/160 Type=squashfs Options=nodev,ro,x-gdu.hide,x-gvfs-hide LazyUnmount=yes -- 2.39.5