diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-04 13:22:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-04 13:22:17 +0000 |
commit | 79f08840546325316a6c48396f1650f6d7d9ddd8 (patch) | |
tree | 1745a85112b515b91c508875a3e1a94d02b44761 /NEWS | |
parent | 118cee9878a977ffe90fe8c43a07abe50819f9dd (diff) | |
download | coreutils-79f08840546325316a6c48396f1650f6d7d9ddd8.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |