chiark / gitweb /
Fix service file to match installed elogind binary location
[elogind.git] / debian / patches / fix-udev-rules.diff
1 From: Andreas Messer <andi@bastelmap.de>
2 Date: Fri, 5 Oct 2018 23:00:20 +0100
3 Subject: fix-udev-rules
4
5 ---
6  src/login/73-seat-late.rules.in | 3 ++-
7  1 file changed, 2 insertions(+), 1 deletion(-)
8
9 diff --git a/src/login/73-seat-late.rules.in b/src/login/73-seat-late.rules.in
10 index 901df75..a315459 100644
11 --- a/src/login/73-seat-late.rules.in
12 +++ b/src/login/73-seat-late.rules.in
13 @@ -12,6 +12,7 @@ ENV{ID_SEAT}=="", IMPORT{parent}="ID_SEAT"
14  
15  ENV{ID_SEAT}!="", TAG+="$env{ID_SEAT}"
16  
17 -TAG=="uaccess", ENV{MAJOR}!="", RUN{builtin}+="uaccess"
18 +#This is not supported by eudev because eudev does not know about logind
19 +#TAG=="uaccess", ENV{MAJOR}!="", RUN{builtin}+="uaccess"
20  
21  LABEL="seat_late_end"