]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
login: extend comments in multi-seat-x
authorLennart Poettering <lennart@poettering.net>
Tue, 24 Jan 2012 03:32:09 +0000 (04:32 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 24 Jan 2012 03:32:09 +0000 (04:32 +0100)
src/login/multi-seat-x.c

index 8f3aacdd3a07447e7ad5ccb9576d8b4aae8b54b9..7a5d3b16e730d9d8b22f5419a23a9dd08f3780aa 100644 (file)
@@ -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];