diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2019-07-01 00:57:09 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2019-07-01 00:57:09 +0000 |
commit | a00dd0a6d1af003eb1554ae3fbfc26e5f025cb02 (patch) | |
tree | 0ec46aabdf38628b42156a90116e207530e57491 | |
parent | a6abd2a8ba3709f3afc7f3fdf9d4dab222a546ec (diff) | |
download | ports-a00dd0a6d1af003eb1554ae3fbfc26e5f025cb02.tar.gz ports-a00dd0a6d1af003eb1554ae3fbfc26e5f025cb02.zip |
Notes
-rw-r--r-- | security/sshguard/Makefile | 1 | ||||
-rw-r--r-- | security/sshguard/files/sshguard.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile index 85cc44b8ae1f..f7392f2bc7f4 100644 --- a/security/sshguard/Makefile +++ b/security/sshguard/Makefile @@ -3,6 +3,7 @@ PORTNAME= sshguard PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/sshguard/sshguard/${PORTVERSION} diff --git a/security/sshguard/files/sshguard.in b/security/sshguard/files/sshguard.in index 1233a855604f..cbde126ff03f 100644 --- a/security/sshguard/files/sshguard.in +++ b/security/sshguard/files/sshguard.in @@ -78,7 +78,7 @@ pidfile=${sshguard_pidfile:="/var/run/sshguard.pid"} command=/usr/sbin/daemon actual_command="%%PREFIX%%/sbin/sshguard" -procname="%%PREFIX%%/libexec/sshg-blocker" +procname="/bin/sh" start_precmd=sshguard_prestart command_args="-c ${actual_command} \${sshguard_flags} \${sshguard_blacklist_params} \${sshguard_watch_params} \${sshguard_danger_params} \${sshguard_release_params} \${sshguard_reset_params} \${sshguard_whitelist_params} -i ${pidfile}" |