summaryrefslogtreecommitdiff
path: root/www/webglimpse/files/patch-ae
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-11-03 18:44:04 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-11-03 18:44:04 +0000
commitc0a5046d0e398d5576cd66a33269728e73384d4c (patch)
treefc330e3201d5bb5080b0739c7d21e117243ace8e /www/webglimpse/files/patch-ae
parentUpdate to v1.20. (diff)
narrow localization to LC_CTYPE only
Notes
Notes: svn path=/head/; revision=14334
Diffstat (limited to 'www/webglimpse/files/patch-ae')
-rw-r--r--www/webglimpse/files/patch-ae2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webglimpse/files/patch-ae b/www/webglimpse/files/patch-ae
index 19d091ff2276..6e37159143a6 100644
--- a/www/webglimpse/files/patch-ae
+++ b/www/webglimpse/files/patch-ae
@@ -37,7 +37,7 @@
- $nhhops, $local_limit, $remote_limit, $addboxes, @urllist) = ReadConfig($archivepwd);
+ $nhhops, $local_limit, $remote_limit, $addboxes, $vhost, $usemaxmem, $locale, $charset, @urllist) = ReadConfig($indexdir);
+
-+$ENV{LANG}=$locale if ($locale ne '');
++$ENV{LC_CTYPE}=$locale if ($locale ne '');
+setlocale(LC_CTYPE, "");
+
+$charset = "; charset=$charset" if ($charset ne '');