git: 9532d8b9f8e9 - main - security/amavisd-new: Fix typo in previous commit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Aug 2024 22:06:43 UTC
The branch main has been updated by flo: URL: https://cgit.FreeBSD.org/ports/commit/?id=9532d8b9f8e93f712a3d04c7798439d704ef3fe2 commit 9532d8b9f8e93f712a3d04c7798439d704ef3fe2 Author: Florian Smeets <flo@FreeBSD.org> AuthorDate: 2024-08-09 22:04:05 +0000 Commit: Florian Smeets <flo@FreeBSD.org> CommitDate: 2024-08-09 22:04:05 +0000 security/amavisd-new: Fix typo in previous commit Reported by: otis --- security/amavisd-new/Makefile | 2 +- security/amavisd-new/files/amavis_p0fanalyzer.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index e7819d2c9a32..fbc8af55b11d 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -1,6 +1,6 @@ PORTNAME= amavisd-new DISTVERSION= 2.12.3 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= security diff --git a/security/amavisd-new/files/amavis_p0fanalyzer.in b/security/amavisd-new/files/amavis_p0fanalyzer.in index 23da95a938d7..b1382b117892 100644 --- a/security/amavisd-new/files/amavis_p0fanalyzer.in +++ b/security/amavisd-new/files/amavis_p0fanalyzer.in @@ -16,7 +16,7 @@ load_rc_config $name : ${amavis_p0fanalyzer_pidfile1=/var/run/p0fanalyzer1.pid} : ${amavis_p0fanalyzer_pidfile2=/var/run/p0fanalyzer2.pid} : ${amavis_p0fanalyzer_flags=2345} -: ${amavis_p0fanalyzer_scj_options:="net_basic"} +: ${amavis_p0fanalyzer_svcj_options:="net_basic"} start_cmd=p0fanalyzer_start stop_cmd=p0fanalyzer_stop