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

index 326edbe9e86caf24c50d566f48fc0e2328d61cc4..b5516bb779f48ef94f4b28cb1edafac253ba053e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.