]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
nohup now ignores POSIXLY_CORRECT and redirects from /dev/null.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Jul 2005 21:54:38 +0000 (21:54 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Jul 2005 21:54:38 +0000 (21:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index cc8af44529e3224225847dad89a750727b38836a..7e11635f4bc4c9cbea0b3cb76c601d22b8956876 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -186,9 +186,8 @@ GNU coreutils NEWS                                    -*- outline -*-
   ls no longer outputs an extra space between the mode and the link count
   when none of the listed files has an ACL.
 
-  If stdin is a terminal, nohup now closes it and then reopens it with an
-  unreadable file descriptor.  (This step is skipped if POSIXLY_CORRECT is set.)
-  This prevents the command from tying up an OpenSSH session after you logout.
+  If stdin is a terminal, nohup now redirects it from /dev/null to
+  prevent the command from tying up an OpenSSH session after you logout.
 
   stat -f -c %S outputs the fundamental block size (used for block counts).
   stat -f's default output format has been changed to output this size as well.