]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 4 Mar 2004 13:22:17 +0000 (13:22 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 4 Mar 2004 13:22:17 +0000 (13:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 536fa7d0d89c3503b76e5f533e9a5b50bf6bfb5e..0563737cb420cbf87e7ba136726cc536f2ce0022 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,13 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** Bug fixes
 
+  nohup now sets the close-on-exec flag for it's copy of the stderr file
+  descriptor.  This avoids some nohup-induced hangs.  For example, before
+  this change, if you ran `ssh localhost', then `nohup sleep 600 </dev/null &',
+  and then exited that remote shell, the ssh session would hang until the
+  10-minute sleep terminated.  With the fixed nohup, the ssh sessions
+  terminates immediately.
+
   `expr' now conforms to POSIX better:
 
     Integers like -0 and 00 are now treated as zero.