summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-24 04:32:09 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-24 04:32:09 +0100
commitb16f53046d3eb18f80c979cf40b992f489037fc2 (patch)
tree90a602cd4967326cd061a510a76f7ce889c4fc9b
parent36db9a8d5b36173daf1f622fb544f4c90cfddb67 (diff)
downloadsystemd-b16f53046d3eb18f80c979cf40b992f489037fc2.tar.gz
login: extend comments in multi-seat-x
-rw-r--r--src/login/multi-seat-x.c3
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];