[nut-Patches][303696] Fix udev rules

nut-patches at alioth.debian.org nut-patches at alioth.debian.org
Wed Jan 3 15:19:29 CET 2007


Patches item #303696, was opened at 28/07/2006 16:11
>Status: Closed
Priority: 3
Submitted By: Arnaud Quette (aquette)
Assigned to: Arnaud Quette (aquette)
Summary: Fix udev rules 
Resolution: Accepted
Group: None
Category: None


Initial Comment:
>From Henrique de Moraes Holschuh,
debian bug (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=359801):

Udev matches are AND'ed together, not OR'ed.

In /etc/udev/nut-usbups.rules, please modify:
SUBSYSTEM!="usb_device", ACTION!="add", GOTO="nut-usbups_rules_end"

to
ACTION!="add", GOTO="nut-usbups_rules_end"
SUBSYSTEM!="usb_device", GOTO="nut-usbups_rules_en

----------------------------------------------------------------------

>Comment By: Arnaud Quette (aquette)
Date: 03/01/2007 15:19

Message:
fixed in trunk (r694) and Testing branches (scheduled for 2.0.5)

----------------------------------------------------------------------

You can respond by visiting: 
http://alioth.debian.org/tracker/?func=detail&atid=411544&aid=303696&group_id=30602



More information about the NUT-tracker mailing list