]> git.hoellein.online Git - zenbook/commitdiff
saving uncommitted changes in /etc prior to apt run
authorroot <root@localhost>
Mon, 24 Dec 2018 08:05:17 +0000 (09:05 +0100)
committerroot <root@localhost>
Mon, 24 Dec 2018 08:05:17 +0000 (09:05 +0100)
.etckeeper
cups/printers.conf.O
udev/rules.d/50-usbant.rules [new file with mode: 0644]

index 2ede5ec2d91310235e2b3d5a413700c4e4e610a0..178fbbe2618fccd60cf44569dee32daa969aebfe 100755 (executable)
@@ -2660,6 +2660,7 @@ maybe chmod 0755 'udev'
 maybe chmod 0755 'udev/hwdb.d'
 maybe chmod 0755 'udev/rules.d'
 maybe chmod 0644 'udev/rules.d/49-onlykey.rules'
+maybe chmod 0644 'udev/rules.d/50-usbant.rules'
 maybe chmod 0644 'udev/rules.d/51-android.rules'
 maybe chmod 0644 'udev/rules.d/70-snap.canonical-livepatch.rules'
 maybe chmod 0644 'udev/rules.d/70-snap.core.rules'
index d6ddbfc634798707489ad730f8e515356b772da8..93dad62a2617a4f4e66293aadc5801ea630db815 100644 (file)
@@ -37,16 +37,16 @@ KLimit 0
 OpPolicy default
 ErrorPolicy retry-job
 </Printer>
-<Printer TEST_linux_a5xv>
-UUID urn:uuid:28bbfc60-5c1a-3294-5ae8-0449669ba318
-Info TEST
+<Printer HP_Color_LaserJet_MFP_M277dw_9D0E59_>
+UUID urn:uuid:9c2816f4-abf8-340c-5d7f-66187e0e5f2c
+Info 
 Location 
-MakeModel Remote printer: Generic postscript printer
-DeviceURI implicitclass:TEST_linux_a5xv
+MakeModel Color LaserJet MFP M277dw
+DeviceURI ipp://NPI9D0E59.local:631/ipp/print
 State Idle
-StateTime 1545293330
-ConfigTime 1545293330
-Type 4182
+StateTime 1545414196
+ConfigTime 1545414199
+Type 4188
 Accepting Yes
 Shared No
 JobSheets none none
diff --git a/udev/rules.d/50-usbant.rules b/udev/rules.d/50-usbant.rules
new file mode 100644 (file)
index 0000000..0e2272a
--- /dev/null
@@ -0,0 +1 @@
+ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="0fcf", ATTRS{idProduct}=="1008", MODE="664", GROUP="plugdev"