diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-24 04:32:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-24 04:32:09 +0100 |
commit | b16f53046d3eb18f80c979cf40b992f489037fc2 (patch) | |
tree | 90a602cd4967326cd061a510a76f7ce889c4fc9b /src/login/multi-seat-x.c | |
parent | 36db9a8d5b36173daf1f622fb544f4c90cfddb67 (diff) |
login: extend comments in multi-seat-x
Diffstat (limited to 'src/login/multi-seat-x.c')
-rw-r--r-- | src/login/multi-seat-x.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/login/multi-seat-x.c b/src/login/multi-seat-x.c index 8f3aacdd3a..7a5d3b16e7 100644 --- a/src/login/multi-seat-x.c +++ b/src/login/multi-seat-x.c @@ -46,6 +46,9 @@ int main(int argc, char *argv[]) { * device assigned to a seat and write a configuration file * from it and then spawn the real X server. */ + /* If this file is removed, don't forget to remove the code + * that invokes this in gdm and other display managers. */ + for (i = 1; i < argc; i++) if (streq(argv[i], "-seat")) seat = argv[i+1]; |