diff options
author | Max Laier <mlaier@FreeBSD.org> | 2004-04-03 16:42:37 +0000 |
---|---|---|
committer | Max Laier <mlaier@FreeBSD.org> | 2004-04-03 16:42:37 +0000 |
commit | ebacd3296624493a12ac372b8ac98c8093afe6c2 (patch) | |
tree | 32bf392a5ee280a219922b5ec329ed3699461c90 /mail/spamd/files | |
parent | 1c640e72481e59431316b934de9de26d92fbcf71 (diff) |
Notes
Diffstat (limited to 'mail/spamd/files')
-rw-r--r-- | mail/spamd/files/local-patch.sed | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/spamd/files/local-patch.sed b/mail/spamd/files/local-patch.sed deleted file mode 100644 index a95804fbc326..000000000000 --- a/mail/spamd/files/local-patch.sed +++ /dev/null @@ -1,13 +0,0 @@ ---- spamd-setup/spamd-setup.c.orig Mon Sep 29 14:15:19 2003 -+++ spamd-setup/spamd-setup.c Mon Sep 29 14:16:37 2003 -@@ -47,8 +47,8 @@ - #endif - - #define PATH_FTP "/usr/bin/ftp" --#define PATH_PFCTL "/sbin/pfctl" --#define PATH_SPAMD_CONF "/etc/spamd.conf" -+#define PATH_PFCTL "%%LOCALBASE%%/sbin/pfctl" -+#define PATH_SPAMD_CONF "%%LOCALBASE%%/etc/spamd.conf" - #define SPAMD_ARG_MAX 256 /* max # of args to an exec */ - - struct cidr { |