]> git.pld-linux.org Git - packages/ash.git/blob - ash-linux-sighup.patch
- release 24,
[packages/ash.git] / ash-linux-sighup.patch
1 diff -Nur ash-linux-0.2.ORIG/jobs.c ash-linux-0.2/jobs.c
2 --- ash-linux-0.2.ORIG/jobs.c   Mon Oct  4 15:48:14 1993
3 +++ ash-linux-0.2/jobs.c        Tue Jan 25 14:09:03 2000
4 @@ -554,6 +554,7 @@
5                 } else if (mode == FORK_BG) {
6                         ignoresig(SIGINT);
7                         ignoresig(SIGQUIT);
8 +                       ignoresig(SIGHUP);
9                         if ((jp == NULL || jp->nprocs == 0)
10                             && ! fd0_redirected_p ()) {
11                                 close(0);
12 @@ -565,6 +566,7 @@
13                 if (mode == FORK_BG) {
14                         ignoresig(SIGINT);
15                         ignoresig(SIGQUIT);
16 +                       ignoresig(SIGHUP);
17                         if ((jp == NULL || jp->nprocs == 0)
18                             && ! fd0_redirected_p ()) {
19                                 close(0);
This page took 0.065957 seconds and 3 git commands to generate.