diff options
Diffstat (limited to 'mail/postfix/patches/patch-ba')
-rw-r--r-- | mail/postfix/patches/patch-ba | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/postfix/patches/patch-ba b/mail/postfix/patches/patch-ba new file mode 100644 index 00000000000..809415bf42e --- /dev/null +++ b/mail/postfix/patches/patch-ba @@ -0,0 +1,12 @@ +$NetBSD: patch-ba,v 1.7 2004/03/05 22:59:32 grant Exp $ + +--- src/cleanup/cleanup.c.orig 2003-08-10 10:40:30.000000000 +1000 ++++ src/cleanup/cleanup.c +@@ -333,6 +333,7 @@ int main(int argc, char **argv) + * Pass control to the single-threaded service skeleton. + */ + single_server_main(argc, argv, cleanup_service, ++ MAIL_SERVER_BOOL_TABLE, cleanup_bool_table, + MAIL_SERVER_INT_TABLE, cleanup_int_table, + MAIL_SERVER_STR_TABLE, cleanup_str_table, + MAIL_SERVER_TIME_TABLE, cleanup_time_table, |