summaryrefslogtreecommitdiffstats
path: root/source/ap/ash/patches/ash-sighup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/ash/patches/ash-sighup.patch')
-rw-r--r--source/ap/ash/patches/ash-sighup.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/source/ap/ash/patches/ash-sighup.patch b/source/ap/ash/patches/ash-sighup.patch
deleted file mode 100644
index b4d1bc041..000000000
--- a/source/ap/ash/patches/ash-sighup.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- ash-0.4.0/jobs.c.orig Tue Jul 3 19:10:28 2001
-+++ ash-0.4.0/jobs.c Tue Jul 3 19:12:11 2001
-@@ -712,6 +712,7 @@
- } else if (mode == FORK_BG) {
- ignoresig(SIGINT);
- ignoresig(SIGQUIT);
-+ ignoresig(SIGHUP);
- if ((jp == NULL || jp->nprocs == 0) &&
- ! fd0_redirected_p ()) {
- close(0);
-@@ -723,6 +724,7 @@
- if (mode == FORK_BG) {
- ignoresig(SIGINT);
- ignoresig(SIGQUIT);
-+ ignoresig(SIGHUP);
- if ((jp == NULL || jp->nprocs == 0) &&
- ! fd0_redirected_p ()) {
- close(0);