diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-29 12:18:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-29 12:18:35 +0000 |
commit | 23943136102098134b18d9c438a5a1b7438bcbe1 (patch) | |
tree | a678878359a10de132899a63f184d772b7aea6bc /old/sh-utils | |
parent | a022cf63299787e5223a94de0c76143c653bb313 (diff) | |
download | coreutils-23943136102098134b18d9c438a5a1b7438bcbe1.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 00137f2d7..44b09969e 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,13 @@ +2002-07-29 Paul Eggert <eggert@twinsun.com> + + * 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 <meyering@lucent.com> * configure.ac: Require automake-1.6b. |