chiark / gitweb /
units: avoid redundant VT clearing by agetty
authorMichal Schmidt <mschmidt@redhat.com>
Wed, 6 Jun 2012 09:26:30 +0000 (11:26 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Wed, 6 Jun 2012 09:33:18 +0000 (11:33 +0200)
commit3305d6806d428010b1cd2abd716aa1bb7f81311f
treecc4cac6d6a54abaf95e9a7fa3863e734e0331000
parentcae544bcdb073134bcaa2031aeb1f1705030046e
units: avoid redundant VT clearing by agetty

TTYVTDisallocate=yes already clears the VT. agetty does not need to do
it again. Run it with --noclear.

Felix Miata found the double clearing confusing in this bugreport:
https://bugzilla.redhat.com/show_bug.cgi?id=828007
Add a comment explaining what clears the VT.
units/getty@.service.m4