]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 29 Jul 2002 12:18:35 +0000 (12:18 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 29 Jul 2002 12:18:35 +0000 (12:18 +0000)
doc/ChangeLog
old/sh-utils/ChangeLog

index 478830446bae4a8e49a5da64d1928b0215e19288..1985573812fddfdc5bbbe95cd961cbea2ca4d44b 100644 (file)
@@ -1,3 +1,12 @@
+2002-07-29  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <meyering@lucent.com>
 
        * coreutils.texi (Time directives): Document %P, %R, %e, %F,
index 00137f2d7cc66241904ef847b67499c540a3857b..44b09969e672ae4c8bba4233962603702c81a593 100644 (file)
@@ -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.