From 8356c72631d93c0221f0e9b3440fe8be548e44a8 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 26 Jan 2023 00:22:29 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 2 +- .../snap-pycharm\\x2dcommunity-310.mount" | 1 - .../snap-pycharm\\x2dcommunity-310.mount" | 1 - .../snap-pycharm\\x2dcommunity-315.mount" | 1 + .../system/snap-pycharm\\x2dcommunity-310.mount" | 14 -------------- .../system/snap-pycharm\\x2dcommunity-315.mount" | 16 ++++++++++++++++ .../snap-pycharm\\x2dcommunity-315.mount" | 1 + 7 files changed, 19 insertions(+), 17 deletions(-) delete mode 120000 "systemd/system/default.target.wants/snap-pycharm\\x2dcommunity-310.mount" delete mode 120000 "systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-310.mount" create mode 120000 "systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-315.mount" delete mode 100644 "systemd/system/snap-pycharm\\x2dcommunity-310.mount" create mode 100644 "systemd/system/snap-pycharm\\x2dcommunity-315.mount" create mode 120000 "systemd/system/snapd.mounts.target.wants/snap-pycharm\\x2dcommunity-315.mount" diff --git a/.etckeeper b/.etckeeper index dea493b..485486e 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3287,8 +3287,8 @@ maybe chmod 0644 'systemd/system/snap-ferdi-225.mount' maybe chmod 0644 'systemd/system/snap-gnome\x2d3\x2d28\x2d1804-161.mount' maybe chmod 0644 'systemd/system/snap-gtk\x2dcommon\x2dthemes-1534.mount' maybe chmod 0644 'systemd/system/snap-gtk\x2dcommon\x2dthemes-1535.mount' -maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-310.mount' maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-312.mount' +maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-315.mount' maybe chmod 0755 'systemd/system/snapd.mounts.target.wants' maybe chmod 0755 'systemd/system/sockets.target.wants' maybe chmod 0755 'systemd/system/sysinit.target.wants' diff --git "a/systemd/system/default.target.wants/snap-pycharm\\x2dcommunity-310.mount" "b/systemd/system/default.target.wants/snap-pycharm\\x2dcommunity-310.mount" deleted file mode 120000 index 6df3f00..0000000 --- "a/systemd/system/default.target.wants/snap-pycharm\\x2dcommunity-310.mount" +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-pycharm\x2dcommunity-310.mount \ No newline at end of file diff --git "a/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-310.mount" "b/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-310.mount" deleted file mode 120000 index 6df3f00..0000000 --- "a/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-310.mount" +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-pycharm\x2dcommunity-310.mount \ No newline at end of file diff --git "a/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-315.mount" "b/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-315.mount" new file mode 120000 index 0000000..3a1a6c1 --- /dev/null +++ "b/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-315.mount" @@ -0,0 +1 @@ +/etc/systemd/system/snap-pycharm\x2dcommunity-315.mount \ No newline at end of file diff --git "a/systemd/system/snap-pycharm\\x2dcommunity-310.mount" "b/systemd/system/snap-pycharm\\x2dcommunity-310.mount" deleted file mode 100644 index 0db3deb..0000000 --- "a/systemd/system/snap-pycharm\\x2dcommunity-310.mount" +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Mount unit for pycharm-community, revision 310 -Before=snapd.service -After=zfs-mount.service - -[Mount] -What=/var/lib/snapd/snaps/pycharm-community_310.snap -Where=/snap/pycharm-community/310 -Type=squashfs -Options=nodev,ro,x-gdu.hide,x-gvfs-hide -LazyUnmount=yes - -[Install] -WantedBy=default.target multi-user.target diff --git "a/systemd/system/snap-pycharm\\x2dcommunity-315.mount" "b/systemd/system/snap-pycharm\\x2dcommunity-315.mount" new file mode 100644 index 0000000..20e2ce4 --- /dev/null +++ "b/systemd/system/snap-pycharm\\x2dcommunity-315.mount" @@ -0,0 +1,16 @@ +[Unit] +Description=Mount unit for pycharm-community, revision 315 +After=snapd.mounts-pre.target +Before=snapd.mounts.target +Before=local-fs.target + +[Mount] +What=/var/lib/snapd/snaps/pycharm-community_315.snap +Where=/snap/pycharm-community/315 +Type=squashfs +Options=nodev,ro,x-gdu.hide,x-gvfs-hide +LazyUnmount=yes + +[Install] +WantedBy=snapd.mounts.target +WantedBy=multi-user.target diff --git "a/systemd/system/snapd.mounts.target.wants/snap-pycharm\\x2dcommunity-315.mount" "b/systemd/system/snapd.mounts.target.wants/snap-pycharm\\x2dcommunity-315.mount" new file mode 120000 index 0000000..3a1a6c1 --- /dev/null +++ "b/systemd/system/snapd.mounts.target.wants/snap-pycharm\\x2dcommunity-315.mount" @@ -0,0 +1 @@ +/etc/systemd/system/snap-pycharm\x2dcommunity-315.mount \ No newline at end of file -- 2.39.5