From 04aab3846ba356c9129f6e5b6621e2464131668e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 8 Jul 2020 22:40:50 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 2 +- .../snap-pycharm\\x2dcommunity-194.mount" | 1 - .../snap-pycharm\\x2dcommunity-202.mount" | 1 + .../system/snap-pycharm\\x2dcommunity-194.mount" | 13 ------------- .../system/snap-pycharm\\x2dcommunity-202.mount" | 13 +++++++++++++ 5 files changed, 15 insertions(+), 15 deletions(-) delete mode 120000 "systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-194.mount" create mode 120000 "systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-202.mount" delete mode 100644 "systemd/system/snap-pycharm\\x2dcommunity-194.mount" create mode 100644 "systemd/system/snap-pycharm\\x2dcommunity-202.mount" diff --git a/.etckeeper b/.etckeeper index 3551cf5..85baf74 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2921,8 +2921,8 @@ maybe chmod 0755 'systemd/system/printer.target.wants' maybe chmod 0755 'systemd/system/remote-fs.target.wants' maybe chmod 0644 'systemd/system/snap-core-9289.mount' maybe chmod 0644 'systemd/system/snap-core-9436.mount' -maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-194.mount' maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-197.mount' +maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-202.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-194.mount" "b/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-194.mount" deleted file mode 120000 index 958c41d..0000000 --- "a/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-194.mount" +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-pycharm\x2dcommunity-194.mount \ No newline at end of file diff --git "a/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-202.mount" "b/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-202.mount" new file mode 120000 index 0000000..34cb063 --- /dev/null +++ "b/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-202.mount" @@ -0,0 +1 @@ +/etc/systemd/system/snap-pycharm\x2dcommunity-202.mount \ No newline at end of file diff --git "a/systemd/system/snap-pycharm\\x2dcommunity-194.mount" "b/systemd/system/snap-pycharm\\x2dcommunity-194.mount" deleted file mode 100644 index 6e33f0e..0000000 --- "a/systemd/system/snap-pycharm\\x2dcommunity-194.mount" +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Mount unit for pycharm-community, revision 194 -Before=snapd.service - -[Mount] -What=/var/lib/snapd/snaps/pycharm-community_194.snap -Where=/snap/pycharm-community/194 -Type=squashfs -Options=nodev,ro,x-gdu.hide -LazyUnmount=yes - -[Install] -WantedBy=multi-user.target diff --git "a/systemd/system/snap-pycharm\\x2dcommunity-202.mount" "b/systemd/system/snap-pycharm\\x2dcommunity-202.mount" new file mode 100644 index 0000000..a8b0d04 --- /dev/null +++ "b/systemd/system/snap-pycharm\\x2dcommunity-202.mount" @@ -0,0 +1,13 @@ +[Unit] +Description=Mount unit for pycharm-community, revision 202 +Before=snapd.service + +[Mount] +What=/var/lib/snapd/snaps/pycharm-community_202.snap +Where=/snap/pycharm-community/202 +Type=squashfs +Options=nodev,ro,x-gdu.hide +LazyUnmount=yes + +[Install] +WantedBy=multi-user.target -- 2.39.5