summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-11 20:34:35 +0000
committerJim Meyering <jim@meyering.net>2003-07-11 20:34:35 +0000
commit761fec62a5c66021080a838b8b3bdae1a19d85e4 (patch)
treeb7e95bf24e839dc18019d0a9380d53b978204566 /ChangeLog
parent8db77b89784b5fba5ec5b283eed4bf83ad4f5f28 (diff)
downloadcoreutils-761fec62a5c66021080a838b8b3bdae1a19d85e4.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed068b945..326edbe9e 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 _(...).