Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2010 11:09:58 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/script script.c
Message-ID:  <201003111110.o2BBAExi040373@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-03-11 11:09:58 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/script       script.c 
  Log:
  SVN rev 205008 on 2010-03-11 11:09:58Z by ed
  
  Make script(1) a little less broken.
  
  Close the file descriptor to the TTY. There is no reason why the parent
  process should keep track of the descriptor. This ensures that the
  application inside properly drains the TTY during exit(2).
  
  Reported by:    alfred
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.26      +2 -0      src/usr.bin/script/script.c



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