]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- clamav-milter configuration fixed
authorBartek Szady <bszx@bszx.eu>
Wed, 24 Aug 2016 12:01:17 +0000 (14:01 +0200)
committerBartek Szady <bszx@bszx.eu>
Wed, 24 Aug 2016 12:01:17 +0000 (14:01 +0200)
- clamav-milter manual belongs to milter subpackage

clamav-pld_config.patch
clamav.spec

index 30bab240fe685dde7c04c1dcff005710e798ee7c..381237dd943e1046e43139544cbf9ff356ccd0bd 100644 (file)
@@ -48,7 +48,7 @@ diff -ur clamav-0.97.1/etc//clamav-milter.conf.sample clamav-0.97.1.new/etc//cla
  #
  # Default: no default
 -#ClamdSocket tcp:scanner.mydomain:7357
-+ClamdSocket /var/lib/clamav/clamd.socket
++ClamdSocket unix:/var/lib/clamav/clamd.socket
  
  
  ##
index e737117f05ca784d527457cba58668f459c887ff..cb88e64c5d75716d6c273962b553202d64851f56 100644 (file)
@@ -361,7 +361,9 @@ fi
 %attr(754,root,root) /etc/rc.d/init.d/clamd
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/clamd
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/clamav
-%{_mandir}/man[15]/*
+%{_mandir}/man1/*
+%{_mandir}/man5/clamd*
+%{_mandir}/man5/freshclam*
 %{_mandir}/man8/clamd*
 
 %if %{with milter}
@@ -374,6 +376,7 @@ fi
 #%attr(755,root,root) %{_sysconfdir}/log.d/scripts/services/clamav-milter
 #%{_sysconfdir}/log.d/conf/services/clamav-milter.conf
 %attr(755,root,root) %{_sbindir}/clamav-milter
+%{_mandir}/man5/clamav-milter*
 %{_mandir}/man8/clamav-milter.8*
 %attr(700,clamav,clamav) /var/spool/clamav
 %endif
This page took 0.150252 seconds and 4 git commands to generate.