mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Fix signal handling.
This commit is contained in:
parent
27c90ba30b
commit
191ecb38be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69356
@ -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/
|
||||
|
||||
|
13
dns/totd/files/patch-ev_signal.c
Normal file
13
dns/totd/files/patch-ev_signal.c
Normal 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
|
@ -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/
|
||||
|
||||
|
13
net/totd/files/patch-ev_signal.c
Normal file
13
net/totd/files/patch-ev_signal.c
Normal 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
|
Loading…
Reference in New Issue
Block a user