diff options
Diffstat (limited to 'security/clamav-devel/files/clamav-clamd.in')
-rw-r--r-- | security/clamav-devel/files/clamav-clamd.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/clamav-devel/files/clamav-clamd.in b/security/clamav-devel/files/clamav-clamd.in index 4d292e61578d..3aded5ca811b 100644 --- a/security/clamav-devel/files/clamav-clamd.in +++ b/security/clamav-devel/files/clamav-clamd.in @@ -11,7 +11,8 @@ # # Add the following lines to /etc/rc.conf to enable clamd: # -#clamav_clamd_enable="YES" +# clamav_clamd_enable="YES" +# clamav_clamd_flags="<set as needed>" # # See clamd(8) for flags # @@ -28,7 +29,6 @@ required_files=%%PREFIX%%/etc/clamd.conf # read settings, set default values load_rc_config "$name" : ${clamav_clamd_enable="NO"} -: ${clamav_clamd_flags=""} : ${clamav_clamd_socket="%%CLAMAV_CLAMD_SOCKET%%"} start_precmd=clamav_clamd_precmd |