From: Paul Eggert Date: Sat, 19 Mar 2005 00:45:08 +0000 (+0000) Subject: nohup now ignores the umask when creating nohup.out. X-Git-Tag: CPPI-1_12~1273 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=319ebff684beef8b32009d193feb21d9df238fed;p=thirdparty%2Fcoreutils.git nohup now ignores the umask when creating nohup.out. nohup now closes stderr if it is a terminal and stdout is closed. --- diff --git a/NEWS b/NEWS index 74a926580d..49ad41eaba 100644 --- 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,