1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-29 20:09:23 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2004-03-07 23:25:01 +00:00
parent 0c6b3dffc5
commit 32b2fadde6
-3
View File
@@ -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 &',