clamav: Fix UCI error
authorPaul Donald <newtwen+github@gmail.com>
Tue, 8 Oct 2024 17:40:16 +0000 (19:40 +0200)
committerRosen Penev <rosenp@gmail.com>
Sun, 27 Oct 2024 22:59:04 +0000 (15:59 -0700)
Hyphens in named sections are a no-no

uci: Parse error (invalid character in name field) at line 1, byte 37

Changed '-' to '_' to fix error to allow UCI parsing.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
net/clamav/files/clamav-milter.config

index 2598f2604533a6bbb989c7cf7d7d916e911b3915..b9d2fd41914aeef84fc0778896cbf56003478478 100644 (file)
@@ -1,4 +1,4 @@
-config clamav-milter 'clamav-milter'
+config clamav-milter 'clamav_milter'
        option clamav_milter_config_file '/etc/clamav/clamav-milter.conf'
        option Foreground 'true'
        option PidFile '/var/run/clamav/clamav-milter.pid'