From: Jim Meyering Date: Mon, 29 Jul 2002 12:18:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-2_0_14~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23943136102098134b18d9c438a5a1b7438bcbe1;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 478830446b..1985573812 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2002-07-29 Paul Eggert + + * coreutils.texi (nohup invocation): Change behavior to conform to + POSIX 1003.1-2001: + - Do not adjust scheduling priority. + - Redirects stderr to stdout, if stderr is not a terminal. + - Exit status is now 126 if command was found but not invoked, + 127 if nohup failed or if command was not found. + 2002-07-24 Jim Meyering * coreutils.texi (Time directives): Document %P, %R, %e, %F, diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 00137f2d7c..44b09969e6 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,13 @@ +2002-07-29 Paul Eggert + + * src/nohup.sh: Change behavior to conform to POSIX 1003.1-2001: + - Do not adjust scheduling priority. + - Redirects stderr to stdout, if stderr is not a terminal. + - Exit status is now 126 if command was found but not invoked, + 127 if nohup failed or if command was not found. + Fix bug: command was run if nohup.out wasn't writeable. + * NEWS, doc/coreutils.texi: Document the above. + 2002-07-28 Jim Meyering * configure.ac: Require automake-1.6b.