From: Frank Brehm Date: Tue, 20 Oct 2020 22:05:09 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=e82a8901bdd6f40c1c8556b1d3982ae835377f01;p=config%2Fbruni%2Fetc-mint-new1.git saving uncommitted changes in /etc prior to apt run --- 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-10185.mount b/systemd/system/snap-core-10185.mount new file mode 100644 index 0000000..490f531 --- /dev/null +++ b/systemd/system/snap-core-10185.mount @@ -0,0 +1,13 @@ +[Unit] +Description=Mount unit for core, revision 10185 +Before=snapd.service + +[Mount] +What=/var/lib/snapd/snaps/core_10185.snap +Where=/snap/core/10185 +Type=squashfs +Options=nodev,ro,x-gdu.hide +LazyUnmount=yes + +[Install] +WantedBy=multi-user.target diff --git a/systemd/system/snap-core-9993.mount b/systemd/system/snap-core-9993.mount deleted file mode 100644 index 4990380..0000000 --- a/systemd/system/snap-core-9993.mount +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Mount unit for core, revision 9993 -Before=snapd.service - -[Mount] -What=/var/lib/snapd/snaps/core_9993.snap -Where=/snap/core/9993 -Type=squashfs -Options=nodev,ro,x-gdu.hide -LazyUnmount=yes - -[Install] -WantedBy=multi-user.target