From bbc1f3671f514755a8ea7bd801b3847c96e83da1 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 7 Jun 2009 00:36:11 +0100 Subject: [PATCH] Rename the views so I don't have to make code changes Signed-off-by: Stephen Gran --- modules/geodns/files/common/named.conf.acl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/geodns/files/common/named.conf.acl b/modules/geodns/files/common/named.conf.acl index 7ee6711fb..b0877d817 100644 --- a/modules/geodns/files/common/named.conf.acl +++ b/modules/geodns/files/common/named.conf.acl @@ -8,7 +8,7 @@ acl Nagios { }; // Africa -acl Africa { +acl AF { country_AO; country_BF; country_BI; @@ -69,7 +69,7 @@ acl Africa { }; // Asia -acl Asia { +acl AS { country_AE; country_AF; country_AM; @@ -127,7 +127,7 @@ acl Asia { }; // Europe -acl Europe { +acl EU { country_AD; country_AL; country_AT; @@ -182,7 +182,7 @@ acl Europe { }; // North America -acl NorthAmerica { +acl NA { country_AG; country_AI; country_AN; @@ -225,7 +225,7 @@ acl NorthAmerica { }; // South America -acl SouthAmerica { +acl SA { country_AR; country_BO; country_BR; @@ -243,7 +243,7 @@ acl SouthAmerica { }; // Oceania -acl Oceania { +acl OC { country_AS; country_AU; country_CK; @@ -273,7 +273,7 @@ acl Oceania { }; // Antarctica -acl Antarctica { +acl AN { country_AQ; country_BV; country_GS; -- 2.20.1