ports/security/sshguard/files/patch-src-sshguard.in
Renato Botelho 02d7efe6e5 Update security/sshguard to 2.2.0
While here, break some long lines, Use INSTALL_DATA to install sample config
file since it's not supposed to be changed and re-generate patches using
`make makepatch`

PR:		230861
Approved by:	maintainer timeout (> 1 month)
Obtained from:	pfSense
Sponsored by:	Rubicon Communications, LLC (Netgate)
2018-09-28 11:20:29 +00:00

9 lines
293 B
Plaintext

--- src/sshguard.in.orig 2018-07-08 18:07:01 UTC
+++ src/sshguard.in
@@ -96,4 +96,4 @@ elif [ -z "$tailcmd" ]; then
fi
eval $tailcmd | $libexec/sshg-parser | \
- $libexec/sshg-blocker $flags | ($BACKEND; kill -PIPE $$)
+ $libexec/sshg-blocker $flags | ($BACKEND ; pkill -PIPE -P $$)