[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:08:07 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit f88544c0b79f7a86e84758f69e8ac18ff3ec95bd
Author: Török Edvin <edwin at clamav.net>
Date:   Wed Oct 21 09:48:50 2009 +0300

    Use PATHSEP instead of \\, which broke clamd on Unix.

diff --git a/platform.h.in b/platform.h.in
index ce222b3..627c34b 100644
--- a/platform.h.in
+++ b/platform.h.in
@@ -34,7 +34,7 @@ typedef	unsigned	int	in_addr_t;
 #define PATHSEP "/"
 #endif
 
-#define CONFDIR_CLAMD CONFDIR"\\clamd.conf"
-#define CONFDIR_FRESHCLAM CONFDIR"\\freshclam.conf"
-#define CONFDIR_MILTER CONFDIR"\\clamav-milter.conf"
+#define CONFDIR_CLAMD CONFDIR PATHSEP "clamd.conf"
+#define CONFDIR_FRESHCLAM CONFDIR PATHSEP "freshclam.conf"
+#define CONFDIR_MILTER CONFDIR PATHSEP "clamav-milter.conf"
 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list