summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorLaércio de Sousa <lbsousajr@gmail.com>2015-04-14 16:48:34 -0300
committerLaércio de Sousa <lbsousajr@gmail.com>2015-04-14 16:48:34 -0300
commitcd05a35d7888f12756954e8dce7556e56b4f4af4 (patch)
tree3611ee3e7ad89196241fc05c051be3e22f780912 /data
parent381f8b85d58d6467ec8b11004a2fc8333c9188bd (diff)
downloadlightdm-git-cd05a35d7888f12756954e8dce7556e56b4f4af4.tar.gz
Deprecate [SeatDefaults] in favour of new globbing support for seat config sections
Now that LightDM supports globbing in seat config sections, we could deprecate [SeatDefaults] in favour of [Seat:seat*] or [Seat:*]. This will allow a more symmetric treatment between default [Seat:*] settings and particular [Seat:seatFoo] ones, simplifying get_config_sections() implementation a little bit.
Diffstat (limited to 'data')
-rw-r--r--data/lightdm.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/lightdm.conf b/data/lightdm.conf
index bfce7987..91889e17 100644
--- a/data/lightdm.conf
+++ b/data/lightdm.conf
@@ -75,7 +75,7 @@
# autologin-in-background = True if autologin session should not be immediately activated
# exit-on-failure = True if the daemon should exit if this seat fails
#
-[SeatDefaults]
+[Seat:*]
#type=xlocal
#pam-service=lightdm
#pam-autologin-service=lightdm-autologin
@@ -120,7 +120,7 @@
# Seat configuration
#
# Each seat must start with "Seat:".
-# Uses settings from [SeatDefaults], any of these can be overriden by setting them in this section.
+# Uses settings from [Seat:*], any of these can be overriden by setting them in this section.
#
#[Seat:0]