diff options
Diffstat (limited to 'net-print/hplip/files/hplip-3.11.12-udev-rules.patch')
-rw-r--r-- | net-print/hplip/files/hplip-3.11.12-udev-rules.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-print/hplip/files/hplip-3.11.12-udev-rules.patch b/net-print/hplip/files/hplip-3.11.12-udev-rules.patch deleted file mode 100644 index 912b49905705..000000000000 --- a/net-print/hplip/files/hplip-3.11.12-udev-rules.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur hplip-3.11.12-old/data/rules/56-hpmud_support.rules hplip-3.11.12/data/rules/56-hpmud_support.rules ---- hplip-3.11.12-old/data/rules/56-hpmud_support.rules 2011-12-16 22:32:05.047473799 +0100 -+++ hplip-3.11.12/data/rules/56-hpmud_support.rules 2011-12-16 22:33:45.759355234 +0100 -@@ -7,9 +7,9 @@ - LABEL="pid_test" - - # Check for LaserJet products (0x03f0xx17). --ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??17", ENV{hp_model}="$attrs{product}", ENV{hp_test}="yes" -+ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??17", RUN+="/bin/sh -c 'hp_model=%E{ID_MODEL} /usr/bin/hp-mkuri -c &'" - # Check for LaserJet products (0x03f0xx2a). --ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??2a", ENV{hp_model}="$attrs{product}", ENV{hp_test}="yes" -+ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??2a", RUN+="/bin/sh -c 'hp_model=%E{ID_MODEL} /usr/bin/hp-mkuri -c &'" - ENV{hp_test}=="yes", RUN+="/bin/sh -c '/usr/bin/hp-mkuri -c &'" - - LABEL="hpmud_rules_end" |