From cac2b2c8eb534bce2534e91df3457f14b6dad7f3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 29 Jul 2002 12:19:12 +0000 Subject: [PATCH] nohup changes --- old/sh-utils/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 16ec64139b..bac694df4f 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,4 +1,9 @@ Changes in release 2.1 +* nohup's behavior is changed as follows, to conform to POSIX 1003.1-2001: + - nohup no longer adjusts scheduling priority; use "nice" for that. + - nohup now redirects stderr to stdout, if stderr is not a terminal. + - nohup exit status is now 126 if command was found but not invoked, + 127 if nohup failed or if command was not found. [2.0.13] * uname and uptime work better on *BSD systems * pathchk now exits nonzero for a path with a directory component -- 2.47.3