From: Lennart Poettering Date: Tue, 24 Jan 2012 03:32:09 +0000 (+0100) Subject: login: extend comments in multi-seat-x X-Git-Tag: v39~6 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b16f53046d3eb18f80c979cf40b992f489037fc2;p=systemd login: extend comments in multi-seat-x --- diff --git a/src/login/multi-seat-x.c b/src/login/multi-seat-x.c index 8f3aacdd..7a5d3b16 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];