diff options
author | Xin LI <delphij@FreeBSD.org> | 2006-05-10 17:55:07 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2006-05-10 17:55:07 +0000 |
commit | 82546d5db177d75a865de9e60159aaa2f6c04ef8 (patch) | |
tree | 1f8f93ec7ec255cf98c2e8d55918e8deed32c3e2 /mail/spamd/files | |
parent | 70e264d25f8a926278836d2eb0c4bd1837be9530 (diff) |
Notes
Diffstat (limited to 'mail/spamd/files')
-rw-r--r-- | mail/spamd/files/patch-spamd-setup | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/mail/spamd/files/patch-spamd-setup b/mail/spamd/files/patch-spamd-setup index 445cd185ec81..0b18ed1db43f 100644 --- a/mail/spamd/files/patch-spamd-setup +++ b/mail/spamd/files/patch-spamd-setup @@ -1,6 +1,6 @@ ---- spamd-setup/spamd-setup.c Wed Apr 13 03:18:59 2005 -+++ spamd-setup/spamd-setup.c Fri Mar 17 16:19:25 2006 -@@ -41,9 +41,14 @@ +--- spamd-setup/spamd-setup.c.orig Wed Apr 13 01:18:59 2005 ++++ spamd-setup/spamd-setup.c Wed May 10 01:55:13 2006 +@@ -41,6 +41,11 @@ #include <netdb.h> #include <zlib.h> @@ -10,13 +10,8 @@ +#endif + #define PATH_FTP "/usr/bin/ftp" --#define PATH_PFCTL "%%LOCAL_PFCTL%%" --#define PATH_SPAMD_CONF "%%LOCAL_SPAMD_CONF%%" -+#define PATH_PFCTL "" -+#define PATH_SPAMD_CONF "/usr/local/etc/spamd.conf" - #define SPAMD_ARG_MAX 256 /* max # of args to an exec */ - - struct cidr { + #define PATH_PFCTL "%%LOCAL_PFCTL%%" + #define PATH_SPAMD_CONF "%%LOCAL_SPAMD_CONF%%" @@ -93,6 +98,11 @@ int debug; int dryrun; |