mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 14:50:07 +04:00
clamav: milter: Add Debug option
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user