mirror of
https://github.com/systemd/systemd.git
synced 2025-02-18 21:57:48 +03:00
login: extend comments in multi-seat-x
This commit is contained in:
parent
36db9a8d5b
commit
b16f53046d
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user