mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-26 15:29:07 +00:00
*** empty log message ***
This commit is contained in:
parent
a022cf6329
commit
2394313610
@ -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,
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user