summaryrefslogtreecommitdiffstats
path: root/contrib/bind/port/settings
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-11-30 02:43:11 +0000
committerpeter <peter@FreeBSD.org>1999-11-30 02:43:11 +0000
commit4ef23ce6957fc75fc005885496d605fed48213e1 (patch)
tree7828b08c74ef918938b1b853c98f0cb41edac52c /contrib/bind/port/settings
parent67e0f3ce71726dc4058c2f80a813341a59244dbd (diff)
downloadFreeBSD-src-4ef23ce6957fc75fc005885496d605fed48213e1.zip
FreeBSD-src-4ef23ce6957fc75fc005885496d605fed48213e1.tar.gz
Import bind v8.2.2.p5, minus the crypto for the time being. The bind
package does have BXA export approval, but the licensing strings on the dnssafe code are a bit unpleasant. The crypto is easy to restore and bind will run without it - just without full dnssec support. Obtained from: The Internet Software Consortium (www.isc.org)
Diffstat (limited to 'contrib/bind/port/settings')
-rwxr-xr-xcontrib/bind/port/settings4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/bind/port/settings b/contrib/bind/port/settings
index 942236e..539faf2 100755
--- a/contrib/bind/port/settings
+++ b/contrib/bind/port/settings
@@ -18,6 +18,10 @@ case $cachefile in
*) echo "Making $cachefile" >&2 ;;
esac
+# expr is sensitive to LC_COLLATE settings. We want 'C'.
+LC_COLLATE=C
+export LC_COLLATE
+
result=''
while read setting; do
var=`expr "$setting" : "'\([A-Z0-9_]*\)="`
OpenPOWER on IntegriCloud