SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
security/sshguard/patches/patch-src_blocker_blocker_c
Normal file
13
security/sshguard/patches/patch-src_blocker_blocker_c
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: src/blocker/blocker.c
|
||||
--- src/blocker/blocker.c.orig
|
||||
+++ src/blocker/blocker.c
|
||||
@@ -117,7 +117,8 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
/* termination signals */
|
||||
signal(SIGTERM, sigfin_handler);
|
||||
- signal(SIGHUP, sigfin_handler);
|
||||
+ /* Don't install handler for HUP */
|
||||
+ /* signal(SIGHUP, sigfin_handler); */
|
||||
signal(SIGINT, sigfin_handler);
|
||||
atexit(finishup);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue