nohup now ignores the umask when creating nohup.out.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Mar 2005 00:45:08 +0000 (00:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Mar 2005 00:45:08 +0000 (00:45 +0000)
nohup now closes stderr if it is a terminal and stdout is closed.

NEWS

diff --git a/NEWS b/NEWS
index 74a9265..49ad41e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,12 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** Changes for better compliance with POSIX
 
+  nohup changes:
+
+    nohup now ignores the umask when creating nohup.out.
+
+    nohup now closes stderr if it is a terminal and stdout is closed.
+
   pathchk changes:
 
     It now rejects the empty name in the normal case.  That is,