When running the Finit getty on @console, and /sys/class/tty/console/active contains the line: tty0 ttyS0, the parser freaks out and thinks both have ident tty:0, giving the second an empty argument list to /libexec/finit/getty
Expected behavior: two getty started on each tty listed, called tty:0 and tty:S0, respectively.
When running the Finit getty on
@console
, and/sys/class/tty/console/active
contains the line:tty0 ttyS0
, the parser freaks out and thinks both have identtty:0
, giving the second an empty argument list to/libexec/finit/getty
Expected behavior: two getty started on each tty listed, called
tty:0
andtty:S0
, respectively.