diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-04 22:01:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-04 22:01:16 +0000 |
commit | b6993cf856c88a15bff8523da6414c113d715885 (patch) | |
tree | 94b61731063f99f9affa8dbe496b8be02aca06e5 | |
parent | 79f08840546325316a6c48396f1650f6d7d9ddd8 (diff) | |
download | coreutils-b6993cf856c88a15bff8523da6414c113d715885.tar.xz |
*** empty log message ***
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes - nohup now sets the close-on-exec flag for it's copy of the stderr file + nohup now sets the close-on-exec flag for its 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 |