From b3c4d6490eaf4e91a9caf7062c6541fbf117ddd8 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 19 Sep 2023 23:51:14 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 2 +- cups/printers.conf | 2 +- cups/printers.conf.O | 3 +-- .../system/multi-user.target.wants/snap-core-15511.mount | 1 - .../system/multi-user.target.wants/snap-core-16091.mount | 1 + .../system/{snap-core-15511.mount => snap-core-16091.mount} | 6 +++--- .../system/snapd.mounts.target.wants/snap-core-15511.mount | 1 - .../system/snapd.mounts.target.wants/snap-core-16091.mount | 1 + 8 files changed, 8 insertions(+), 9 deletions(-) delete mode 120000 systemd/system/multi-user.target.wants/snap-core-15511.mount create mode 120000 systemd/system/multi-user.target.wants/snap-core-16091.mount rename systemd/system/{snap-core-15511.mount => snap-core-16091.mount} (67%) delete mode 120000 systemd/system/snapd.mounts.target.wants/snap-core-15511.mount create mode 120000 systemd/system/snapd.mounts.target.wants/snap-core-16091.mount diff --git a/.etckeeper b/.etckeeper index a90729b..e774780 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3279,8 +3279,8 @@ maybe chmod 0755 'systemd/system/remote-fs.target.wants' maybe chmod 0755 'systemd/system/rescue.target.wants' maybe chmod 0755 'systemd/system/sleep.target.wants' maybe chmod 0644 'systemd/system/snap-bare-5.mount' -maybe chmod 0644 'systemd/system/snap-core-15511.mount' maybe chmod 0644 'systemd/system/snap-core-15925.mount' +maybe chmod 0644 'systemd/system/snap-core-16091.mount' maybe chmod 0644 'systemd/system/snap-core18-2785.mount' maybe chmod 0644 'systemd/system/snap-core18-2790.mount' maybe chmod 0644 'systemd/system/snap-drawio-185.mount' diff --git a/cups/printers.conf b/cups/printers.conf index 2680b23..3c9ccdf 100644 --- a/cups/printers.conf +++ b/cups/printers.conf @@ -33,7 +33,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 1686040018 +StateTime 1695148814 ConfigTime 1660637240 Reason wifi-not-configured-report Type 8425500 diff --git a/cups/printers.conf.O b/cups/printers.conf.O index 132dcec..4a008ad 100644 --- a/cups/printers.conf.O +++ b/cups/printers.conf.O @@ -33,10 +33,9 @@ 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 1686039935 +StateTime 1695148751 ConfigTime 1660637240 Reason wifi-not-configured-report -Reason cups-waiting-for-job-completed Type 8425500 Accepting Yes Shared No diff --git a/systemd/system/multi-user.target.wants/snap-core-15511.mount b/systemd/system/multi-user.target.wants/snap-core-15511.mount deleted file mode 120000 index 63e8cec..0000000 --- a/systemd/system/multi-user.target.wants/snap-core-15511.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-core-15511.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-core-16091.mount b/systemd/system/multi-user.target.wants/snap-core-16091.mount new file mode 120000 index 0000000..8153867 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-core-16091.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-core-16091.mount \ No newline at end of file diff --git a/systemd/system/snap-core-15511.mount b/systemd/system/snap-core-16091.mount similarity index 67% rename from systemd/system/snap-core-15511.mount rename to systemd/system/snap-core-16091.mount index f3e36b5..412b65e 100644 --- a/systemd/system/snap-core-15511.mount +++ b/systemd/system/snap-core-16091.mount @@ -1,12 +1,12 @@ [Unit] -Description=Mount unit for core, revision 15511 +Description=Mount unit for core, revision 16091 After=snapd.mounts-pre.target Before=snapd.mounts.target Before=local-fs.target [Mount] -What=/var/lib/snapd/snaps/core_15511.snap -Where=/snap/core/15511 +What=/var/lib/snapd/snaps/core_16091.snap +Where=/snap/core/16091 Type=squashfs Options=nodev,ro,x-gdu.hide,x-gvfs-hide LazyUnmount=yes diff --git a/systemd/system/snapd.mounts.target.wants/snap-core-15511.mount b/systemd/system/snapd.mounts.target.wants/snap-core-15511.mount deleted file mode 120000 index 63e8cec..0000000 --- a/systemd/system/snapd.mounts.target.wants/snap-core-15511.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-core-15511.mount \ No newline at end of file diff --git a/systemd/system/snapd.mounts.target.wants/snap-core-16091.mount b/systemd/system/snapd.mounts.target.wants/snap-core-16091.mount new file mode 120000 index 0000000..8153867 --- /dev/null +++ b/systemd/system/snapd.mounts.target.wants/snap-core-16091.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-core-16091.mount \ No newline at end of file -- 2.39.5