From 761fec62a5c66021080a838b8b3bdae1a19d85e4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 11 Jul 2003 20:34:35 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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 _(...). -- 2.47.2