diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-10 09:57:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-10 09:57:29 +0000 |
commit | ce4f09d642f58ea0177d9c494a081e9661646dd7 (patch) | |
tree | 7ec7ee88762e18658c46de69d1923210ca1fb3f7 | |
parent | 33f515c920c4ed93bab8789c9436a8664126bb87 (diff) | |
download | coreutils-ce4f09d642f58ea0177d9c494a081e9661646dd7.tar.xz |
.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + `cp --sparse=always F /dev/hdx' no longer tries to use lseek to create + holes in the destination. + 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 &', |