From c26004948db025eb87d4f6df7fb92ce46ec73e77 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 28 Jun 2012 16:47:53 +0200 Subject: [PATCH] Correction du template apache --- .../e-smith/templates/etc/httpd/conf/httpd.conf/99MozMcdThunderbird | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/99MozMcdThunderbird b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/99MozMcdThunderbird index 74d7582..1870594 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/99MozMcdThunderbird +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/99MozMcdThunderbird @@ -1,6 +1,6 @@ { -if ((${'mozilla-mcd{'status'} || 'disabled')eq 'enabled'){ +if ((${'mozilla-mcd'}{'status'} || 'disabled')eq 'enabled'){ my $access = ${'mozilla-mcd'}{'access'} || 'private'; $access = ($access eq 'public') ? "all":"$localAccess $externalSSLAccess"; @@ -25,3 +25,4 @@ EOF else{ $OUT .= "# Mozilla MCD is disabled\n"; } +}