commit | f571dab0c677ca4f3328ea944cc59ab2269c9a5d | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Mon Mar 22 08:55:25 2004 +0000 |
committer | hasso <hasso> | Mon Mar 22 08:55:25 2004 +0000 |
tree | dcdb8086dd98dd956b0ba9ba9479d4fc2bd3388a | |
parent | 37318657e5af8774a7a1446157f99496e887719f [diff] |
Readded SIGTERM handling into sigevent stuff. Fixes bugzilla #85.
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index 0ba19c2..54086e5 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c
@@ -72,6 +72,10 @@ .signal = SIGINT, .handler = &sigint, }, + { + .signal = SIGTERM, + .handler = &sigint, + }, }; /* Configuration file and directory. */