From: Paul Donald Date: Tue, 8 Oct 2024 20:59:56 +0000 (+0200) Subject: clamav: milter: Add Debug option X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=22a05a91b2cafc6d22ffc33113f324e7b9570808;p=feed%2Fpackages.git clamav: milter: Add Debug option Signed-off-by: Paul Donald --- diff --git a/net/clamav/files/clamav-milter.config b/net/clamav/files/clamav-milter.config index 7db1bf2643..9729db8ce0 100644 --- a/net/clamav/files/clamav-milter.config +++ b/net/clamav/files/clamav-milter.config @@ -12,6 +12,7 @@ config clamav-milter 'clamav_milter' option LogVerbose 'true' option LogTime 'true' option LogSyslog 'true' + option Debug 'false' option LogFacility 'LOG_LOCAL6' option LogInfected 'Full' option LogClean 'Basic' diff --git a/net/clamav/files/clamav-milter.init b/net/clamav/files/clamav-milter.init index 4b0a94a504..603e2a1af5 100644 --- a/net/clamav/files/clamav-milter.init +++ b/net/clamav/files/clamav-milter.init @@ -23,6 +23,7 @@ validate_clamav_milter_section() { 'LogVerbose:string' \ 'LogTime:string' \ 'LogSyslog:string' \ + 'Debug:string' \ 'LogFacility:string' \ 'LogInfected:string' \ 'LogClean:string' \ @@ -62,6 +63,7 @@ start_clamav_milter_instance() { echo "LogVerbose " "$LogVerbose" echo "LogTime " "$LogTime" echo "LogSyslog " "$LogSyslog" + echo "Debug " "$Debug" echo "LogFacility " "$LogFacility" echo "LogInfected " "$LogInfected" echo "LogClean " "$LogClean"