]> git.pld-linux.org Git - packages/hplip.git/blob - hplip-udev-rules.patch
- updated to 3.13.11
[packages/hplip.git] / hplip-udev-rules.patch
1 diff -up hplip-3.13.6/data/rules/56-hpmud.rules.udev-rules hplip-3.13.6/data/rules/56-hpmud.rules
2 --- hplip-3.13.6/data/rules/56-hpmud.rules.udev-rules   2013-06-24 10:28:19.865301396 +0200
3 +++ hplip-3.13.6/data/rules/56-hpmud.rules      2013-06-24 10:31:21.283926852 +0200
4 @@ -11,8 +11,6 @@ LABEL="hpmud_usb_rules"
5  ATTR{idVendor}=="03f0", ATTR{idProduct}=="????", OWNER="root", GROUP="lp", MODE="0664", ENV{sane_hpaio}="yes", ENV{libsane_matched}="yes", ENV{hp_test}="yes", ENV{ID_HPLIP}="1"
6  
7  
8 -# This rule will add the printer and install plugin
9 -ENV{hp_test}=="yes", PROGRAM="/bin/sh -c 'logger -p user.info loading HP Device $env{BUSNUM} $env{DEVNUM}'", RUN+="/bin/sh -c 'if [ -f /usr/bin/systemctl ]; then /usr/bin/systemctl --no-block start hplip-printer@$env{BUSNUM}:$env{DEVNUM}.service; else /usr/bin/nohup /usr/bin/hp-config_usb_printer $env{BUSNUM}:$env{DEVNUM} ; fi'"
10  
11  # If sane-bankends is installed add hpaio backend support to dll.conf if needed.
12  ENV{sane_hpaio}=="yes", RUN+="/bin/sh -c 'grep -q ^#hpaio /etc/sane.d/dll.conf;if [ $$? -eq 0 ];then sed -i -e s/^#hpaio/hpaio/ /etc/sane.d/dll.conf;else grep -q ^hpaio /etc/sane.d/dll.conf;if [ $$? -ne 0 ];then echo hpaio >>/etc/sane.d/dll.conf;fi;fi'"
13 diff -up hplip-3.13.6/Makefile.am.udev-rules hplip-3.13.6/Makefile.am
14 --- hplip-3.13.6/Makefile.am.udev-rules 2013-06-24 10:28:19.868301356 +0200
15 +++ hplip-3.13.6/Makefile.am    2013-06-24 10:32:21.272134161 +0200
16 @@ -109,7 +109,7 @@
17  dist_rulessystem_DATA =data/rules/hplip-printer@.service
18  
19  # hpmud.rules
20 -rulesdir = /etc/udev/rules.d
21 +rulesdir = /lib/udev/rules.d
22  if UDEV_SYSFS_RULES
23  dist_rules_DATA = data/rules/56-hpmud_sysfs.rules
24  else
This page took 0.061084 seconds and 3 git commands to generate.