From b16f53046d3eb18f80c979cf40b992f489037fc2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 24 Jan 2012 04:32:09 +0100 Subject: [PATCH] login: extend comments in multi-seat-x --- src/login/multi-seat-x.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/login/multi-seat-x.c b/src/login/multi-seat-x.c index 8f3aacdd3..7a5d3b16e 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]; -- 2.30.2