1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/security/samba-vscan/files/patch-vscan-clamav.h
Mark Linimon 47e6eb7c9d Patch the default installation locations to be FreeBSD-friendly. Bump
portrevision.  Users should take care when upgrading.

PR:		ports/70424
Submitted by:	Jean Milanez Melo <jmelo at freebsdbrasil dot com dot br> (maintainer)
2004-08-28 05:08:45 +00:00

21 lines
695 B
C

--- clamav/vscan-clamav.h.old Fri Aug 13 13:42:37 2004
+++ clamav/vscan-clamav.h Fri Aug 13 13:43:24 2004
@@ -7,7 +7,7 @@
/* Clam AntiVirus (clamd) stuff:
socket name of Clam daemon */
-#define VSCAN_CLAMD_SOCKET_NAME "/var/run/clamd"
+#define VSCAN_CLAMD_SOCKET_NAME "/var/run/clamav/clamd"
/* Clam AntiVirus (libclamav) stuff:
maximum number of files in archive */
@@ -20,7 +20,7 @@
/* default location of samba-style configuration file (needs Samba >= 2.2.4
or Samba 3.0 */
-#define PARAMCONF "/etc/samba/vscan-clamav.conf"
+#define PARAMCONF "/usr/local/etc/samba-vscan/vscan-clamav.conf"
/* False = log only infected file, True = log every file access */