]> git.pld-linux.org Git - packages/ash.git/blob - ash-sighup.patch
- dropped pre-cvs changelog
[packages/ash.git] / ash-sighup.patch
1 --- ash-0.4.0/jobs.c.orig       Tue Jul  3 19:10:28 2001
2 +++ ash-0.4.0/jobs.c    Tue Jul  3 19:12:11 2001
3 @@ -712,6 +712,7 @@
4                 } else if (mode == FORK_BG) {
5                         ignoresig(SIGINT);
6                         ignoresig(SIGQUIT);
7 +                       ignoresig(SIGHUP);
8                         if ((jp == NULL || jp->nprocs == 0) &&
9                             ! fd0_redirected_p ()) {
10                                 close(0);
11 @@ -723,6 +724,7 @@
12                 if (mode == FORK_BG) {
13                         ignoresig(SIGINT);
14                         ignoresig(SIGQUIT);
15 +                       ignoresig(SIGHUP);
16                         if ((jp == NULL || jp->nprocs == 0) &&
17                             ! fd0_redirected_p ()) {
18                                 close(0);
This page took 0.075475 seconds and 3 git commands to generate.