]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Change behavior to conform to POSIX 1003.1-2001:
authorJim Meyering <jim@meyering.net>
Thu, 1 Aug 2002 08:47:33 +0000 (08:47 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 1 Aug 2002 08:47:33 +0000 (08:47 +0000)
commit2a41097fd7ec3697f6c8ca9b357c1225518bc36a
treeed9cbb3c53a749edbd42237f614ea8993a2b41d7
parent901688234a2be2ad9c1f20976660c9905f8f24a4
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.
src/nohup.sh