init: Remove code to track line numbers in /etc/ttys.
authorjilles <jilles@FreeBSD.org>
Sat, 8 Feb 2014 13:51:15 +0000 (13:51 +0000)
committerjilles <jilles@FreeBSD.org>
Sat, 8 Feb 2014 13:51:15 +0000 (13:51 +0000)
commit52f7777fcfc08b50517f7cdf01e965dca1b08463
treebc443fee7e69ce481787a58426f38e2aacc07937
parent8abe91ebd28a620a1de1a1b0d2faf8f0d141d550
init: Remove code to track line numbers in /etc/ttys.

The tracking generated warnings when the line number of an existing tty in
/etc/ttys changed, which would corrupt utmp (as it was indexed by the line
number). With utmpx, the line number no longer matters, so the tracking is
no longer needed.
sbin/init/init.c