]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 11 Jul 2003 20:34:35 +0000 (20:34 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Jul 2003 20:34:35 +0000 (20:34 +0000)
ChangeLog

index ed068b945a03cd9d94c751bfbd6774a6915ba079..326edbe9e86caf24c50d566f48fc0e2328d61cc4 100644 (file)
--- 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 _(...).