]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Migrate init(8) towards utmpx.
authored <ed@FreeBSD.org>
Wed, 13 Jan 2010 17:58:49 +0000 (17:58 +0000)
committered <ed@FreeBSD.org>
Wed, 13 Jan 2010 17:58:49 +0000 (17:58 +0000)
commit6998c5b40b0c1ba61deeb3a2b475536f7f47c7d7
tree7ea888f572b39bd76f68a122880443ab7e09ee75
parent41d3ef12588da7a97389a26cf928312aac1f68eb
Migrate init(8) towards utmpx.

According to a comment, we cannot safely remove utmpx entries here
anymore. This is because the libc routines may block on file locking. In
an ideal world login(1) should just remove the entries, which is why I'm
disabling this code for now. If it turns out we get lots of stale
entries here, we should figure out a way to deal with that.
sbin/init/Makefile
sbin/init/init.c