Fix signal handling.

This commit is contained in:
Munechika SUMIKAWA 2002-11-03 16:20:24 +00:00
parent 27c90ba30b
commit 191ecb38be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69356
4 changed files with 28 additions and 2 deletions

View File

@ -6,7 +6,7 @@
PORTNAME= totd
PORTVERSION= 1.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/

View File

@ -0,0 +1,13 @@
Index: ev_signal.c
diff -u ev_signal.c.orig ev_signal.c
--- ev_signal.c.orig Thu Sep 7 05:28:36 2000
+++ ev_signal.c Sun Nov 18 08:58:10 2001
@@ -94,7 +94,7 @@
SIGINT, ev_signal_initiator_generic, ev_handler_cleanup
},
{
- SIGHUP, ev_signal_initiator_generic, ev_handler_cleanup
+ SIGHUP, SIG_IGN, NULL
},
{
SIGTERM, ev_signal_initiator_generic, ev_handler_cleanup

View File

@ -6,7 +6,7 @@
PORTNAME= totd
PORTVERSION= 1.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/

View File

@ -0,0 +1,13 @@
Index: ev_signal.c
diff -u ev_signal.c.orig ev_signal.c
--- ev_signal.c.orig Thu Sep 7 05:28:36 2000
+++ ev_signal.c Sun Nov 18 08:58:10 2001
@@ -94,7 +94,7 @@
SIGINT, ev_signal_initiator_generic, ev_handler_cleanup
},
{
- SIGHUP, ev_signal_initiator_generic, ev_handler_cleanup
+ SIGHUP, SIG_IGN, NULL
},
{
SIGTERM, ev_signal_initiator_generic, ev_handler_cleanup