From: Paul Eggert Date: Thu, 23 Mar 2006 23:47:37 +0000 (+0000) Subject: nohup diagnostics are now more precise, and nohup now X-Git-Tag: v6.0~582 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a88cb696fdb0f9ca2ba184bb1f882675121984a;p=thirdparty%2Fcoreutils.git nohup diagnostics are now more precise, and nohup now redirects stderr to nohup.out if stdout is closed and stderr is a tty. --- diff --git a/ChangeLog b/ChangeLog index 79c76cd2b9..0f4cbc0d64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2006-03-12 Jim Meyering +2006-03-23 Paul Eggert * Version 6.0-cvs. + * NEWS: nohup diagnostics are now more precise, and nohup now + redirects stderr to nohup.out if stdout is closed and stderr is a tty. + * src/nohup.c (main): Implement this. + * tests/misc/nohup: Test the new behavior. + +2006-03-12 Jim Meyering + * src/copy.c (set_author): Rename function, from preserve_author. * src/remove.c (AD_pop_and_chdir): Use new macro, diff --git a/doc/ChangeLog b/doc/ChangeLog index c7ec7300a2..359da8e9d6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-03-23 Paul Eggert + + * coreutils.texi (nohup invocation): nohup now redirects stderr to + nohup.out if stdout is closed and stderr is a tty. + 2006-03-05 Paul Eggert * coreutils.texi (dd invocation): New flags directory, nolinks.