From 40ccc992d4bd3148a62705be813e392d13914190 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 7 Oct 2020 18:41:00 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 2 +- .../snap-pycharm\\x2dcommunity-209.mount" | 1 - .../snap-pycharm\\x2dcommunity-214.mount" | 1 + .../system/snap-pycharm\\x2dcommunity-209.mount" | 13 ------------- .../system/snap-pycharm\\x2dcommunity-214.mount" | 13 +++++++++++++ 5 files changed, 15 insertions(+), 15 deletions(-) delete mode 120000 "systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-209.mount" create mode 120000 "systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-214.mount" delete mode 100644 "systemd/system/snap-pycharm\\x2dcommunity-209.mount" create mode 100644 "systemd/system/snap-pycharm\\x2dcommunity-214.mount" diff --git a/.etckeeper b/.etckeeper index b8d7807..877a0ae 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2989,8 +2989,8 @@ maybe chmod 0755 'systemd/system/remote-fs.target.wants' maybe chmod 0755 'systemd/system/rescue.target.wants' maybe chmod 0644 'systemd/system/snap-core-9804.mount' maybe chmod 0644 'systemd/system/snap-core-9993.mount' -maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-209.mount' maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-211.mount' +maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-214.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-pycharm\\x2dcommunity-209.mount" "b/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-209.mount" deleted file mode 120000 index ed4fce7..0000000 --- "a/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-209.mount" +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-pycharm\x2dcommunity-209.mount \ No newline at end of file diff --git "a/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-214.mount" "b/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-214.mount" new file mode 120000 index 0000000..76709ce --- /dev/null +++ "b/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-214.mount" @@ -0,0 +1 @@ +/etc/systemd/system/snap-pycharm\x2dcommunity-214.mount \ No newline at end of file diff --git "a/systemd/system/snap-pycharm\\x2dcommunity-209.mount" "b/systemd/system/snap-pycharm\\x2dcommunity-209.mount" deleted file mode 100644 index b21add6..0000000 --- "a/systemd/system/snap-pycharm\\x2dcommunity-209.mount" +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Mount unit for pycharm-community, revision 209 -Before=snapd.service - -[Mount] -What=/var/lib/snapd/snaps/pycharm-community_209.snap -Where=/snap/pycharm-community/209 -Type=squashfs -Options=nodev,ro,x-gdu.hide -LazyUnmount=yes - -[Install] -WantedBy=multi-user.target diff --git "a/systemd/system/snap-pycharm\\x2dcommunity-214.mount" "b/systemd/system/snap-pycharm\\x2dcommunity-214.mount" new file mode 100644 index 0000000..7f3046e --- /dev/null +++ "b/systemd/system/snap-pycharm\\x2dcommunity-214.mount" @@ -0,0 +1,13 @@ +[Unit] +Description=Mount unit for pycharm-community, revision 214 +Before=snapd.service + +[Mount] +What=/var/lib/snapd/snaps/pycharm-community_214.snap +Where=/snap/pycharm-community/214 +Type=squashfs +Options=nodev,ro,x-gdu.hide +LazyUnmount=yes + +[Install] +WantedBy=multi-user.target -- 2.39.5