From: root Date: Wed, 22 Jun 2022 22:54:49 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=60d9087906a3e62cf566472b9a86dda76ca1a33a;p=config%2Fbruni%2Fetc-mint-new1.git saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 6bafe34..2d22172 100755 --- a/.etckeeper +++ b/.etckeeper @@ -56,7 +56,6 @@ mkdir -p './polkit-1/localauthority/10-vendor.d' mkdir -p './polkit-1/localauthority/20-org.d' mkdir -p './polkit-1/localauthority/30-site.d' mkdir -p './polkit-1/localauthority/50-local.d' -mkdir -p './polkit-1/localauthority/90-mandatory.d' mkdir -p './postfix/dynamicmaps.cf.d' mkdir -p './postfix/sasl' mkdir -p './powerline' @@ -3048,8 +3047,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-1519.mount' maybe chmod 0644 'systemd/system/snap-gtk\x2dcommon\x2dthemes-1534.mount' -maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-278.mount' maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-281.mount' +maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-286.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/polkit-1/localauthority/90-mandatory.d/99-mintupdate-temporary.pkla b/polkit-1/localauthority/90-mandatory.d/99-mintupdate-temporary.pkla new file mode 120000 index 0000000..ab463aa --- /dev/null +++ b/polkit-1/localauthority/90-mandatory.d/99-mintupdate-temporary.pkla @@ -0,0 +1 @@ +/usr/share/linuxmint/mintupdate/automation/99-mintupdate-temporary.pkla \ No newline at end of file diff --git "a/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-278.mount" "b/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-278.mount" deleted file mode 120000 index a0be467..0000000 --- "a/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-278.mount" +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-pycharm\x2dcommunity-278.mount \ No newline at end of file diff --git "a/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-286.mount" "b/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-286.mount" new file mode 120000 index 0000000..8872767 --- /dev/null +++ "b/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-286.mount" @@ -0,0 +1 @@ +/etc/systemd/system/snap-pycharm\x2dcommunity-286.mount \ No newline at end of file diff --git "a/systemd/system/snap-pycharm\\x2dcommunity-278.mount" "b/systemd/system/snap-pycharm\\x2dcommunity-278.mount" deleted file mode 100644 index 9069f5f..0000000 --- "a/systemd/system/snap-pycharm\\x2dcommunity-278.mount" +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Mount unit for pycharm-community, revision 278 -Before=snapd.service -After=zfs-mount.service - -[Mount] -What=/var/lib/snapd/snaps/pycharm-community_278.snap -Where=/snap/pycharm-community/278 -Type=squashfs -Options=nodev,ro,x-gdu.hide,x-gvfs-hide -LazyUnmount=yes - -[Install] -WantedBy=multi-user.target diff --git "a/systemd/system/snap-pycharm\\x2dcommunity-286.mount" "b/systemd/system/snap-pycharm\\x2dcommunity-286.mount" new file mode 100644 index 0000000..d083efc --- /dev/null +++ "b/systemd/system/snap-pycharm\\x2dcommunity-286.mount" @@ -0,0 +1,14 @@ +[Unit] +Description=Mount unit for pycharm-community, revision 286 +Before=snapd.service +After=zfs-mount.service + +[Mount] +What=/var/lib/snapd/snaps/pycharm-community_286.snap +Where=/snap/pycharm-community/286 +Type=squashfs +Options=nodev,ro,x-gdu.hide,x-gvfs-hide +LazyUnmount=yes + +[Install] +WantedBy=multi-user.target