diff options
Diffstat (limited to 'security/samba-vscan/files/patch-vscan-trend.h')
-rw-r--r-- | security/samba-vscan/files/patch-vscan-trend.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/samba-vscan/files/patch-vscan-trend.h b/security/samba-vscan/files/patch-vscan-trend.h new file mode 100644 index 000000000000..48bb964b44ba --- /dev/null +++ b/security/samba-vscan/files/patch-vscan-trend.h @@ -0,0 +1,17 @@ +--- trend/vscan-trend.h.old Fri Aug 13 14:12:27 2004 ++++ trend/vscan-trend.h Fri Aug 13 14:13:09 2004 +@@ -8,12 +8,12 @@ + + /* Trophie stuff: + socket name of Trophie daemon */ +-#define TROPHIE_SOCKET_NAME "/var/run/trophie" ++#define TROPHIE_SOCKET_NAME "/var/run/trophie/trophie.sock" + + /* default location of samba-style configuration file (needs Samba >= 2.2.4 + or Samba 3.0 */ + +-#define PARAMCONF "/etc/samba/vscan-trend.conf" ++#define PARAMCONF "/usr/local/etc/samba-vscan/vscan-trend.conf" + + + /* False = log only infected file, True = log every file access */ |