From a7736c94934479088c6fa81b743fd6329ac5b5ed Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 9 Sep 2022 23:25:47 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 4 ++-- .../system/multi-user.target.wants/snap-drawio-162.mount | 1 - .../system/multi-user.target.wants/snap-drawio-163.mount | 1 - .../system/multi-user.target.wants/snap-drawio-165.mount | 1 + .../system/multi-user.target.wants/snap-drawio-166.mount | 1 + .../system/{snap-drawio-162.mount => snap-drawio-165.mount} | 6 +++--- .../system/{snap-drawio-163.mount => snap-drawio-166.mount} | 6 +++--- 7 files changed, 10 insertions(+), 10 deletions(-) delete mode 120000 systemd/system/multi-user.target.wants/snap-drawio-162.mount delete mode 120000 systemd/system/multi-user.target.wants/snap-drawio-163.mount create mode 120000 systemd/system/multi-user.target.wants/snap-drawio-165.mount create mode 120000 systemd/system/multi-user.target.wants/snap-drawio-166.mount rename systemd/system/{snap-drawio-162.mount => snap-drawio-165.mount} (59%) rename systemd/system/{snap-drawio-163.mount => snap-drawio-166.mount} (59%) diff --git a/.etckeeper b/.etckeeper index 5cf1310..e80069a 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3254,8 +3254,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-2538.mount' maybe chmod 0644 'systemd/system/snap-core18-2560.mount' -maybe chmod 0644 'systemd/system/snap-drawio-162.mount' -maybe chmod 0644 'systemd/system/snap-drawio-163.mount' +maybe chmod 0644 'systemd/system/snap-drawio-165.mount' +maybe chmod 0644 'systemd/system/snap-drawio-166.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-162.mount b/systemd/system/multi-user.target.wants/snap-drawio-162.mount deleted file mode 120000 index c5aa6b8..0000000 --- a/systemd/system/multi-user.target.wants/snap-drawio-162.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-drawio-162.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-drawio-163.mount b/systemd/system/multi-user.target.wants/snap-drawio-163.mount deleted file mode 120000 index 519dda5..0000000 --- a/systemd/system/multi-user.target.wants/snap-drawio-163.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-drawio-163.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-drawio-165.mount b/systemd/system/multi-user.target.wants/snap-drawio-165.mount new file mode 120000 index 0000000..5016d1d --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-drawio-165.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-drawio-165.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-drawio-166.mount b/systemd/system/multi-user.target.wants/snap-drawio-166.mount new file mode 120000 index 0000000..595cb18 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-drawio-166.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-drawio-166.mount \ No newline at end of file diff --git a/systemd/system/snap-drawio-162.mount b/systemd/system/snap-drawio-165.mount similarity index 59% rename from systemd/system/snap-drawio-162.mount rename to systemd/system/snap-drawio-165.mount index d471252..6544fea 100644 --- a/systemd/system/snap-drawio-162.mount +++ b/systemd/system/snap-drawio-165.mount @@ -1,11 +1,11 @@ [Unit] -Description=Mount unit for drawio, revision 162 +Description=Mount unit for drawio, revision 165 Before=snapd.service After=zfs-mount.service [Mount] -What=/var/lib/snapd/snaps/drawio_162.snap -Where=/snap/drawio/162 +What=/var/lib/snapd/snaps/drawio_165.snap +Where=/snap/drawio/165 Type=squashfs Options=nodev,ro,x-gdu.hide,x-gvfs-hide LazyUnmount=yes diff --git a/systemd/system/snap-drawio-163.mount b/systemd/system/snap-drawio-166.mount similarity index 59% rename from systemd/system/snap-drawio-163.mount rename to systemd/system/snap-drawio-166.mount index 92c9912..ea48144 100644 --- a/systemd/system/snap-drawio-163.mount +++ b/systemd/system/snap-drawio-166.mount @@ -1,11 +1,11 @@ [Unit] -Description=Mount unit for drawio, revision 163 +Description=Mount unit for drawio, revision 166 Before=snapd.service After=zfs-mount.service [Mount] -What=/var/lib/snapd/snaps/drawio_163.snap -Where=/snap/drawio/163 +What=/var/lib/snapd/snaps/drawio_166.snap +Where=/snap/drawio/166 Type=squashfs Options=nodev,ro,x-gdu.hide,x-gvfs-hide LazyUnmount=yes -- 2.39.5