From: Jim Meyering Date: Fri, 11 Jul 2003 20:34:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=761fec62a5c66021080a838b8b3bdae1a19d85e4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index ed068b945a..326edbe9e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,13 @@ * Version 5.0.1. + * src/nohup.c: New file. Rewrite of nohup.sh in C. + This solves a portability problem: on at least Solaris systems, + when nohup.sh used the vendor /bin/sh, it would exit with status + of `1' rather than the required 126 or 127 upon failure to exec + the specified program. + * tests/misc/nohup: Tests for the above. + * src/head.c (diagnose_copy_fd_failure): New function, renamed from the macro, COPY_FD_DIAGNOSE. (diagnose_copy_fd_failure): Enclose diagnostic in _(...).