summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-04 13:22:17 +0000
committerJim Meyering <jim@meyering.net>2004-03-04 13:22:17 +0000
commit79f08840546325316a6c48396f1650f6d7d9ddd8 (patch)
tree1745a85112b515b91c508875a3e1a94d02b44761
parent118cee9878a977ffe90fe8c43a07abe50819f9dd (diff)
downloadcoreutils-79f08840546325316a6c48396f1650f6d7d9ddd8.tar.xz
*** empty log message ***
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 536fa7d0d..0563737cb 100644
--- 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.