projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0689238
)
clamav: Fix UCI error
author
Paul Donald
<newtwen+github@gmail.com>
Tue, 8 Oct 2024 17:40:16 +0000
(19:40 +0200)
committer
Rosen 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
patch
|
blob
|
history
diff --git
a/net/clamav/files/clamav-milter.config
b/net/clamav/files/clamav-milter.config
index 2598f2604533a6bbb989c7cf7d7d916e911b3915..b9d2fd41914aeef84fc0778896cbf56003478478 100644
(file)
--- a/
net/clamav/files/clamav-milter.config
+++ b/
net/clamav/files/clamav-milter.config
@@
-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'