steffen: server/perl-kolab/Kolab-Conf Conf.pm,1.43,1.44

cvs at intevation.de cvs at intevation.de
Tue Nov 23 04:35:26 CET 2004


Author: steffen

Update of /kolabrepository/server/perl-kolab/Kolab-Conf
In directory doto:/tmp/cvs-serv21337/perl-kolab/Kolab-Conf

Modified Files:
	Conf.pm 
Log Message:
included gmp from openpkg-current for clamav signature support and fixed clamav config templates

Index: Conf.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-Conf/Conf.pm,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Conf.pm	8 Nov 2004 10:42:26 -0000	1.43
+++ Conf.pm	23 Nov 2004 03:35:24 -0000	1.44
@@ -563,7 +563,7 @@
 
     my %templates = (
         "$templatedir/session_vars.php.template" => "$prefix/var/kolab/php/admin/include/session_vars.php",
-        "$templatedir/clamav.conf.template" => "$prefix/etc/clamav/clamav.conf",
+        "$templatedir/clamd.conf.template" => "$prefix/etc/clamav/clamd.conf",
         "$templatedir/freshclam.conf.template" => "$prefix/etc/clamav/freshclam.conf",
         "$templatedir/amavisd.conf.template" => "$prefix/etc/amavisd/amavisd.conf",
         "$templatedir/main.cf.template" => "$prefix/etc/postfix/main.cf",
@@ -588,7 +588,7 @@
       "$prefix/etc/resmgr/resmgr.conf"                       => 0640,
       "$prefix/etc/postfix/main.cf"                          => 0640,
       "$prefix/etc/postfix/master.cf"                        => 0640,
-      "$prefix/etc/clamav/clamav.conf"                       => 0640,
+      "$prefix/etc/clamav/clamd.conf"                       => 0640,
       "$prefix/etc/clamav/freshclam.conf"                    => 0640,
       "$prefix/etc/amavisd/amavisd.conf"                     => 0640,
       "$prefix/etc/sasl/saslauthd.conf"                      => 0600,
@@ -610,7 +610,7 @@
       "$prefix/etc/resmgr/resmgr.conf"                       => "kolab:kolab-n",
       "$prefix/etc/postfix/main.cf"                          => "kolab:kolab-r",
       "$prefix/etc/postfix/master.cf"                        => "kolab:kolab-r",
-      "$prefix/etc/clamav/clamav.conf"                       => "kolab:kolab-r",
+      "$prefix/etc/clamav/clamd.conf"                       => "kolab:kolab-r",
       "$prefix/etc/clamav/freshclam.conf"                    => "kolab:kolab-r",
       "$prefix/etc/amavisd/amavisd.conf"                     => "kolab:kolab-r",
       "$prefix/etc/sasl/saslauthd.conf"                      => "kolab:kolab",





More information about the commits mailing list