diff options
| author | Christian S.J. Peron <csjp@FreeBSD.org> | 2007-10-12 14:57:39 +0000 |
|---|---|---|
| committer | Christian S.J. Peron <csjp@FreeBSD.org> | 2007-10-12 14:57:39 +0000 |
| commit | 9195f2b323d95fd9d9551301b757a855403679d9 (patch) | |
| tree | e37c6dc43efc681e71b3c602c7c5841b936a0c6f /usr.sbin/ipfwpcap | |
| parent | 6a53f0a52b07ace237e7e593d1ebad9cb9059313 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ipfwpcap')
| -rw-r--r-- | usr.sbin/ipfwpcap/ipfwpcap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ipfwpcap/ipfwpcap.c b/usr.sbin/ipfwpcap/ipfwpcap.c index db0f3724135d..36b764dc63ae 100644 --- a/usr.sbin/ipfwpcap/ipfwpcap.c +++ b/usr.sbin/ipfwpcap/ipfwpcap.c @@ -106,6 +106,7 @@ int pn; siginterrupt(SIGHUP, 1); signal (SIGTERM, quit); signal (SIGHUP, quit); + signal (SIGINT, quit); n = write(fd, numbuf, numlen); if (n < 0) { perror(pidfile); quit(23); } |
