Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2010 17:49:35 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/csh config.h config_p.h
Message-ID:  <201001131749.o0DHnmC8096489@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:
    bin/csh              config.h config_p.h 
  Log:
  SVN rev 202190 on 2010-01-13 17:49:35Z by ed
  
  Let csh(1) use utmpx instead of utmp.
  
  csh allows you to monitor the utmp(x) file to monitor certain user
  logins. Unfortunately it needs to directly stat() this file. I don't
  want to break this module , but eventually it shouldn't do that. The
  idea of the getutxent(3) API is to hide file access.
  
  Approved by:    mp
  
  Revision  Changes    Path
  1.16      +5 -5      src/bin/csh/config.h
  1.15      +1 -0      src/bin/csh/config_p.h



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