summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-07 23:25:01 +0000
committerJim Meyering <jim@meyering.net>2004-03-07 23:25:01 +0000
commit32b2fadde67b60ab3351116051bd93cca2191a02 (patch)
treee4a5e89fcfd9c902c54b97a27f3a131b71f80521 /NEWS
parent0c6b3dffc5fec0cb45ddcadea9cf5b3cd4158445 (diff)
downloadcoreutils-32b2fadde67b60ab3351116051bd93cca2191a02.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b56f89820..1fa955d9e 100644
--- a/NEWS
+++ b/NEWS
@@ -3,9 +3,6 @@ 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 &',