Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2010 17:58:49 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/init Makefile init.c
Message-ID:  <201001131759.o0DHxChm097256@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-01-13 17:58:49 UTC

  FreeBSD src repository

  Modified files:
    sbin/init            Makefile init.c 
  Log:
  SVN rev 202194 on 2010-01-13 17:58:49Z by ed
  
  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.
  
  Revision  Changes    Path
  1.37      +2 -2      src/sbin/init/Makefile
  1.70      +6 -3      src/sbin/init/init.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001131759.o0DHxChm097256>