]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 74a926580dc86dd103f34e97ca0fcb1bfbf1afcd..49ad41eaba734e3cd9e83826233d5b3d8c1510d8 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,