]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
nohup diagnostics are now more precise, and nohup now
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 23 Mar 2006 23:34:22 +0000 (23:34 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 23 Mar 2006 23:34:22 +0000 (23:34 +0000)
redirects stderr to nohup.out if stdout is closed and stderr is a tty.

NEWS

diff --git a/NEWS b/NEWS
index 29c8089c8fc12dfbf35066f07eb0ff99911a3180..60ec3a3db9e88d5e631c0c476bf3c00439e2520f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,12 +26,18 @@ GNU coreutils NEWS                                    -*- outline -*-
   if your locale settings appear to be messed up.  This change
   attempts to have the default be the best of both worlds.
 
-  rm --interactive now takes an optional argument, although the
-  default of using no argument still acts like -i.
-
   mkfifo and mknod no longer set special mode bits (setuid, setgid,
   and sticky) with the -m option.
 
+  nohup's usual diagnostic now more precisely specifies the I/O
+  redirections, e.g., "ignoring input and appending output to
+  nohup.out".  Also, nohup now redirects stderr to nohup.out (or
+  $HOME/nohup.out) if stdout is closed and stderr is a tty; this is in
+  response to Open Group XCU ERN 71.
+
+  rm --interactive now takes an optional argument, although the
+  default of using no argument still acts like -i.
+
   sort now reports incompatible options (e.g., -i and -n) rather than
   silently ignoring one of them.