chiark / gitweb /
Update version and add patch to disable unsupported udev rule
[elogind.git] / debian / patches / fix-udev-rules.diff
1 --- a/src/login/73-seat-late.rules.in
2 +++ b/src/login/73-seat-late.rules.in
3 @@ -12,6 +12,7 @@
4  
5  ENV{ID_SEAT}!="", TAG+="$env{ID_SEAT}"
6  
7 -TAG=="uaccess", ENV{MAJOR}!="", RUN{builtin}+="uaccess"
8 +#This is not supported by eudev because eudev does not know about logind
9 +#TAG=="uaccess", ENV{MAJOR}!="", RUN{builtin}+="uaccess"
10  
11  LABEL="seat_late_end"