diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2015-10-19 23:01:32 +0100 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2015-10-19 23:01:32 +0100 |
commit | 81da7b31ae67e58a169a9b077e801537eda86541 (patch) | |
tree | 58aabe2e543cf9f6eeda15becb940c0f61b68ab5 /data | |
parent | d8e7bc593f8875e8379c0a9298f91758162ebe96 (diff) | |
parent | ff88e6a8f1db5752e8a12ac01e4195732790cee7 (diff) | |
download | lightdm-81da7b31ae67e58a169a9b077e801537eda86541.tar.gz |
Set example multi-seat configuration to a valid seat name
Diffstat (limited to 'data')
-rw-r--r-- | data/lightdm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/lightdm.conf b/data/lightdm.conf index 301c489a..8284081b 100644 --- a/data/lightdm.conf +++ b/data/lightdm.conf @@ -38,7 +38,7 @@ # Seat configuration is matched against the seat name glob in the section, for example: # [Seat:*] matches all seats and is applied first. # [Seat:seat0] matches the seat named "seat0". -# [Seat:thin-client*] matches all seats that have names that start with "thin-client". +# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client". # # type = Seat type (xlocal, xremote, unity) # pam-service = PAM service to use for login |