diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-11 20:38:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-11 20:38:52 +0000 |
commit | 6568f37384f0a070d25a5448a7bfccc33e7e6620 (patch) | |
tree | 856897eac8dc927bf7611e6323cc44a638fc281d | |
parent | 96f7791a8b8e100ba4464b3af385ce67b28ed670 (diff) | |
download | coreutils-6568f37384f0a070d25a5448a7bfccc33e7e6620.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,7 +7,15 @@ 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. + + * src/Makefile.am (EXTRA_SCRIPTS): Remove definition. + (bin_PROGRAMS): Add nohup. + (EXTRA_DIST): Remove nohup.sh. + (all_programs): Remove use of $(EXTRA_SCRIPTS). + * src/nohup.sh: Remove file. + * tests/misc/nohup: Tests for the above. + * tests/misc/Makefile.am (TESTS): Add nohup. * src/head.c (diagnose_copy_fd_failure): New function, renamed from the macro, COPY_FD_DIAGNOSE. |