git: d8e707bfd7c0 - main - security/sshguard: log under 'auth' to ensure that startup errors are logged.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Jan 2025 05:56:50 UTC
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8e707bfd7c0a12041b1bae18439ef9c9f264744 commit d8e707bfd7c0a12041b1bae18439ef9c9f264744 Author: Kevin Zheng <kevinz5000@gmail.com> AuthorDate: 2025-01-27 05:53:36 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2025-01-27 05:53:36 +0000 security/sshguard: log under 'auth' to ensure that startup errors are logged. PR: ports/280690 --- security/sshguard/Makefile | 2 +- security/sshguard/files/sshguard.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile index 2c616f4d4145..0ca2bd45179a 100644 --- a/security/sshguard/Makefile +++ b/security/sshguard/Makefile @@ -1,6 +1,6 @@ PORTNAME= sshguard PORTVERSION= 2.4.3 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= SF/sshguard/sshguard/${PORTVERSION} diff --git a/security/sshguard/files/sshguard.in b/security/sshguard/files/sshguard.in index fd59b3297e2f..f40c7bb6ba16 100644 --- a/security/sshguard/files/sshguard.in +++ b/security/sshguard/files/sshguard.in @@ -76,7 +76,7 @@ command=/usr/sbin/daemon actual_command="%%PREFIX%%/sbin/sshguard" procname="/bin/sh" start_precmd=sshguard_prestart -command_args="-c -f ${actual_command} \${sshguard_flags} \${sshguard_blacklist_params} \${sshguard_watch_params} \${sshguard_danger_params} \${sshguard_release_params} \${sshguard_reset_params} \${sshguard_whitelist_params} -i ${pidfile}" +command_args="-c -f -l auth ${actual_command} \${sshguard_flags} \${sshguard_blacklist_params} \${sshguard_watch_params} \${sshguard_danger_params} \${sshguard_release_params} \${sshguard_reset_params} \${sshguard_whitelist_params} -i ${pidfile}" sshguard_prestart() {