diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-20 11:00:19 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-20 11:00:19 +0000 |
commit | b5f88658121459b67bf1348735048e1fee4a7d75 (patch) | |
tree | 0b80b4b63e4c5cddcadec4e60a6147598090b9a0 /security/amavisd-new/files/patch-config.h.in | |
parent | Update to 1.5.23. (diff) |
1) Update security/amavisd-new to amavisd-new-20030616-p6.
2) Incorporate changes from PR 57382:
- add rc.subr support
- cleanup sed variable replacement scripts
- add pointer to Clam Antivirus to installation message
PR 57382 was closed by mistake, I thought the contents
have already been commited, while they were not.
PR: 59323
Submitted by: milter@free.fr (1)
Submitted by: Martin Matuska <martin@tradex.sk> (2)
Approved by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=94452
Diffstat (limited to 'security/amavisd-new/files/patch-config.h.in')
-rw-r--r-- | security/amavisd-new/files/patch-config.h.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/amavisd-new/files/patch-config.h.in b/security/amavisd-new/files/patch-config.h.in index 43f81a0cc14b..2f6641d9a4b5 100644 --- a/security/amavisd-new/files/patch-config.h.in +++ b/security/amavisd-new/files/patch-config.h.in @@ -1,15 +1,15 @@ --- helper-progs/config.h.in.orig Fri Mar 7 22:56:50 2003 -+++ helper-progs/config.h.in Sat Mar 15 16:15:40 2003 ++++ helper-progs/config.h.in Tue Nov 11 22:54:33 2003 @@ -14,10 +14,10 @@ #define X_HEADER_LINE "by-amavisd-new-via-milter" - + /* Define if you have the mkdtemp function, undefine otherwise */ -#undef HAVE_MKDTEMP +#define HAVE_MKDTEMP - + /* Define if you have the mktemp function, undefine otherwise */ -#define HAVE_MKTEMP +#undef HAVE_MKTEMP - + /* Define if we have the snprintf function, undefine otherwise */ #undef HAVE_SNPRINTF |