1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

nohup now closes stdin if it is a terminal, unless POSIXLY_CORRECT is set.

This commit is contained in:
Paul Eggert
2005-05-12 09:25:16 +00:00
parent 13620274ae
commit be5f7b36a1

View File

@@ -1,7 +1,16 @@
2005-05-12 Jim Meyering <jim@meyering.net>
2005-05-12 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.1.
* NEWS: nohup now closes stdin if it is a terminal, unless
POSIXLY_CORRECT is set. This fixes a glitch noted by Wayne Pollock in
<https://www.opengroup.org/sophocles/show_mail.tpl?source=L&listname=aus
tin-group-l&id=8341>.
* doc/coreutils.texi (nohup invocation): Document this.
* src/nohup.c (main): Implement this.
2005-05-12 Jim Meyering <jim@meyering.net>
* src/date.c: Assume `free (NULL)' works.
* src/dd.c: Likewise.
* src/df.c:Likewise.