From: Lennart Poettering Date: Tue, 28 Jun 2011 21:07:10 +0000 (+0200) Subject: logind: inherit ID_SEAT even on devices that themselves are not seat assignable X-Git-Tag: v30~113 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=6560d8dec982bd2fb5160a65cbe54dc176df7915 logind: inherit ID_SEAT even on devices that themselves are not seat assignable --- diff --git a/src/73-seat-late.rules b/src/73-seat-late.rules index 2b4bed22f..5a17c814a 100644 --- a/src/73-seat-late.rules +++ b/src/73-seat-late.rules @@ -6,7 +6,6 @@ # (at your option) any later version. ACTION=="remove", GOTO="seat_late_end" -TAG!="seat", GOTO="seat_late_end" ENV{ID_SEAT}=="", ENV{ID_AUTOSEAT}=="1", ENV{ID_FOR_SEAT}!="", ENV{ID_SEAT}="seat-$env{ID_FOR_SEAT}" ENV{ID_SEAT}=="", IMPORT{parent}="ID_SEAT"