Date: Mon, 3 Nov 2014 21:11:34 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372123 - head/security/sshguard/files Message-ID: <201411032111.sA3LBY4R023276@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Mon Nov 3 21:11:34 2014 New Revision: 372123 URL: https://svnweb.freebsd.org/changeset/ports/372123 QAT: https://qat.redports.org/buildarchive/r372123/ Log: 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 Modified: head/security/sshguard/files/sshguard.in Modified: head/security/sshguard/files/sshguard.in ============================================================================== --- head/security/sshguard/files/sshguard.in Mon Nov 3 20:55:46 2014 (r372122) +++ head/security/sshguard/files/sshguard.in Mon Nov 3 21:11:34 2014 (r372123) @@ -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() {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411032111.sA3LBY4R023276>