diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-08-28 05:08:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-08-28 05:08:45 +0000 |
commit | 47e6eb7c9dc2fcd4520c89e9969ebd6d6ddeacd2 (patch) | |
tree | f8534a1db493703736e0730abee8d649a862a475 /security/samba-vscan/files/patch-vscan-mksd.h | |
parent | Fix MD5 and size. (location of distfile did not change). (diff) |
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)
Notes
Notes:
svn path=/head/; revision=117477
Diffstat (limited to 'security/samba-vscan/files/patch-vscan-mksd.h')
-rw-r--r-- | security/samba-vscan/files/patch-vscan-mksd.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/samba-vscan/files/patch-vscan-mksd.h b/security/samba-vscan/files/patch-vscan-mksd.h new file mode 100644 index 000000000000..ad9d804c61fb --- /dev/null +++ b/security/samba-vscan/files/patch-vscan-mksd.h @@ -0,0 +1,11 @@ +--- mks/vscan-mksd.h.old Fri Aug 13 13:59:26 2004 ++++ mks/vscan-mksd.h Fri Aug 13 13:59:52 2004 +@@ -6,7 +6,7 @@ + /* default location of samba-style configuration file (needs Samba >= 2.2.4 + or Samba 3.0 */ + +-#define PARAMCONF "/etc/samba/vscan-mks32.conf" ++#define PARAMCONF "/usr/local/etc/samba-vscan/vscan-mks32.conf" + + + /* False = log only infected file, True = log every file access */ |