From 323123d6d0c21f24df8eedd32be6e06c424450ba Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Sep 2018 07:51:03 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 3 +++ cups/printers.conf.O | 22 +--------------------- minicom/minirc.cul | 7 +++++++ minicom/minirc.dfl | 8 ++++++++ 4 files changed, 19 insertions(+), 21 deletions(-) create mode 100644 minicom/minirc.cul create mode 100644 minicom/minirc.dfl diff --git a/.etckeeper b/.etckeeper index ec7a1bf..026e646 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1922,6 +1922,9 @@ maybe chmod 0644 'menu-methods/menu.h' maybe chmod 0644 'menu-methods/translate_menus' maybe chmod 0644 'menu/README' maybe chmod 0644 'mime.types' +maybe chmod 0755 'minicom' +maybe chmod 0644 'minicom/minirc.cul' +maybe chmod 0644 'minicom/minirc.dfl' maybe chmod 0644 'mke2fs.conf' maybe chmod 0755 'modprobe.d' maybe chmod 0644 'modprobe.d/alsa-base.conf' diff --git a/cups/printers.conf.O b/cups/printers.conf.O index eb735a4..15d51e7 100644 --- a/cups/printers.conf.O +++ b/cups/printers.conf.O @@ -25,7 +25,7 @@ Info HP Color LaserJet MFP M277dw MakeModel HP Color LaserJet Pro MFP M277 Postscript (recommended) DeviceURI socket://192.168.178.254 State Idle -StateTime 1536142070 +StateTime 1536694753 ConfigTime 1496773872 Type 8425500 Accepting Yes @@ -79,23 +79,3 @@ KLimit 0 OpPolicy default ErrorPolicy retry-job - -UUID urn:uuid:25cf3718-8eee-3f7d-6919-469d54ab56ae -Info -Location -MakeModel Color LaserJet MFP M277dw -DeviceURI ipp://NPI9D0E59.local:631/ipp/print -State Idle -StateTime 1536394957 -ConfigTime 1536394960 -Type 4188 -Accepting Yes -Shared No -JobSheets none none -QuotaPeriod 0 -PageLimit 0 -KLimit 0 -OpPolicy default -ErrorPolicy retry-job -Option cups-browsed true - diff --git a/minicom/minirc.cul b/minicom/minirc.cul new file mode 100644 index 0000000..8eb4c69 --- /dev/null +++ b/minicom/minirc.cul @@ -0,0 +1,7 @@ +# Machinell erzeugte Datei - Verwenden Sie "minicom -s" zum Ändern +pu port /dev/ttyUSB0 +pu baudrate 57600 +pu bits 8 +pu parity N +pu stopbits 1 +pu rtscts No diff --git a/minicom/minirc.dfl b/minicom/minirc.dfl new file mode 100644 index 0000000..2bb3535 --- /dev/null +++ b/minicom/minirc.dfl @@ -0,0 +1,8 @@ +# Machinell erzeugte Datei - Verwenden Sie "minicom -s" zum Ändern +pu port /dev/ttyUSB0 +pu baudrate 38400 +pu bits 8 +pu parity N +pu stopbits 1 +pu rtscts No +pu localecho Yes -- 2.43.0