From 09107bb29935828ae8f5979867d6e872f5333623 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 15 Mar 2009 17:06:43 +0000 Subject: [PATCH] Last few fixups to match what exim.conf expects Signed-off-by: Stephen Gran --- templates/exim-test.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/exim-test.erb b/templates/exim-test.erb index bae5d01c9..94a571df6 100644 --- a/templates/exim-test.erb +++ b/templates/exim-test.erb @@ -22,12 +22,12 @@ HAVE_POLICYD = 1 # HAVE_POLICYD is undefined <% end -%> <% if has_variable?("bugs_host") && bugs_host == "true" -%> -HAS_USER_DEBBUGS = 1 +HAVE_USER_DEBBUGS = 1 <% else -%> -# HAS_USER_DEBBUGS is undefined +# HAVE_USER_DEBBUGS is undefined <% end -%> <% if has_variable?("qa_host") && qa_host == "true" -%> -HAS_USER_QA = 1 +HAVE_USER_QA = 1 <% else -%> -# HAS_USER_QA is undefined +# HAVE_USER_QA is undefined <% end -%> -- 2.20.1