diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-06 17:41:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-06 17:41:00 +0000 |
commit | 0c6b3dffc5fec0cb45ddcadea9cf5b3cd4158445 (patch) | |
tree | 166a6d840c8ace5aed00a1250db52fee08ed3601 /NEWS | |
parent | 0ede5ec7f9de3cf6d79c80184420feadddea9b4b (diff) | |
download | coreutils-0c6b3dffc5fec0cb45ddcadea9cf5b3cd4158445.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-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 &', |