From e82a8901bdd6f40c1c8556b1d3982ae835377f01 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 21 Oct 2020 00:05:09 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 2 +- cups/printers.conf | 2 +- cups/printers.conf.O | 2 +- .../system/multi-user.target.wants/snap-core-10185.mount | 1 + systemd/system/multi-user.target.wants/snap-core-9993.mount | 1 - .../system/{snap-core-9993.mount => snap-core-10185.mount} | 6 +++--- 6 files changed, 7 insertions(+), 7 deletions(-) create mode 120000 systemd/system/multi-user.target.wants/snap-core-10185.mount delete mode 120000 systemd/system/multi-user.target.wants/snap-core-9993.mount rename systemd/system/{snap-core-9993.mount => snap-core-10185.mount} (54%) diff --git a/.etckeeper b/.etckeeper index 8740f85..7eb6a18 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2994,7 +2994,7 @@ maybe chmod 0755 'systemd/system/printer.target.wants' maybe chmod 0755 'systemd/system/remote-fs.target.wants' maybe chmod 0755 'systemd/system/rescue.target.wants' maybe chmod 0644 'systemd/system/snap-core-10126.mount' -maybe chmod 0644 'systemd/system/snap-core-9993.mount' +maybe chmod 0644 'systemd/system/snap-core-10185.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' diff --git a/cups/printers.conf b/cups/printers.conf index 0ee89bf..279e919 100644 --- a/cups/printers.conf +++ b/cups/printers.conf @@ -31,7 +31,7 @@ Location Arbeitszimmer MakeModel HP Color LaserJet Pro MFP M277 Postscript (recommended) DeviceURI dnssd://HP%20Color%20LaserJet%20MFP%20M277dw%20(28CAA8)._ipp._tcp.local/?uuid=564e4238-4b34-3044-4a46-3c528228caa8 State Idle -StateTime 1600530462 +StateTime 1603217182 ConfigTime 1595325762 Reason wifi-not-configured-report Type 8425500 diff --git a/cups/printers.conf.O b/cups/printers.conf.O index d882665..40bd7aa 100644 --- a/cups/printers.conf.O +++ b/cups/printers.conf.O @@ -31,7 +31,7 @@ Location Arbeitszimmer MakeModel HP Color LaserJet Pro MFP M277 Postscript (recommended) DeviceURI dnssd://HP%20Color%20LaserJet%20MFP%20M277dw%20(28CAA8)._ipp._tcp.local/?uuid=564e4238-4b34-3044-4a46-3c528228caa8 State Idle -StateTime 1600530299 +StateTime 1603217122 ConfigTime 1595325762 Reason wifi-not-configured-report Reason cups-waiting-for-job-completed diff --git a/systemd/system/multi-user.target.wants/snap-core-10185.mount b/systemd/system/multi-user.target.wants/snap-core-10185.mount new file mode 120000 index 0000000..ded6ed2 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-core-10185.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-core-10185.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-core-9993.mount b/systemd/system/multi-user.target.wants/snap-core-9993.mount deleted file mode 120000 index 96fc458..0000000 --- a/systemd/system/multi-user.target.wants/snap-core-9993.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-core-9993.mount \ No newline at end of file diff --git a/systemd/system/snap-core-9993.mount b/systemd/system/snap-core-10185.mount similarity index 54% rename from systemd/system/snap-core-9993.mount rename to systemd/system/snap-core-10185.mount index 4990380..490f531 100644 --- a/systemd/system/snap-core-9993.mount +++ b/systemd/system/snap-core-10185.mount @@ -1,10 +1,10 @@ [Unit] -Description=Mount unit for core, revision 9993 +Description=Mount unit for core, revision 10185 Before=snapd.service [Mount] -What=/var/lib/snapd/snaps/core_9993.snap -Where=/snap/core/9993 +What=/var/lib/snapd/snaps/core_10185.snap +Where=/snap/core/10185 Type=squashfs Options=nodev,ro,x-gdu.hide LazyUnmount=yes -- 2.39.5