aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2014-11-03 21:11:34 +0000
committerMark Felder <feld@FreeBSD.org>2014-11-03 21:11:34 +0000
commitd572660f6bfee939efab0d52852fd254c5d06dbb (patch)
tree72d752b6e0bd8f936717bf3a2d32d03ed78a8459
parentf42c5c6388586d1b1df1b3d39fee6b526706b4e8 (diff)
downloadports-d572660f6bfee939efab0d52852fd254c5d06dbb.tar.gz
ports-d572660f6bfee939efab0d52852fd254c5d06dbb.zip
Do not hide stdout from users by sending it to syslog. Users need to be
able to readily view errors if they happen at startup. PR: 193378
Notes
Notes: svn path=/head/; revision=372123
-rw-r--r--security/sshguard/files/sshguard.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sshguard/files/sshguard.in b/security/sshguard/files/sshguard.in
index 6ba33c9cdbab..05bf9bc73065 100644
--- a/security/sshguard/files/sshguard.in
+++ b/security/sshguard/files/sshguard.in
@@ -80,7 +80,7 @@ command=/usr/sbin/daemon
actual_command="%%PREFIX%%/sbin/sshguard"
procname="${actual_command}"
start_precmd=sshguard_prestart
-command_args="-cf ${actual_command} -b ${sshguard_blacklist} \${sshguard_watch_params} -a ${sshguard_safety_thresh} -p ${sshguard_pardon_min_interval} -s ${sshguard_prescribe_interval} -w ${sshguard_whitelistfile} -i ${pidfile}"
+command_args="-c ${actual_command} -b ${sshguard_blacklist} \${sshguard_watch_params} -a ${sshguard_safety_thresh} -p ${sshguard_pardon_min_interval} -s ${sshguard_prescribe_interval} -w ${sshguard_whitelistfile} -i ${pidfile}"
sshguard_prestart()
{