summaryrefslogtreecommitdiff
path: root/www/webglimpse/files/patch-ak
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-ak
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-ak')
-rw-r--r--www/webglimpse/files/patch-ak2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webglimpse/files/patch-ak b/www/webglimpse/files/patch-ak
index 14af89a9abaf..94a833715802 100644
--- a/www/webglimpse/files/patch-ak
+++ b/www/webglimpse/files/patch-ak
@@ -49,7 +49,7 @@
- $nhhops, $local_limit, $remote_limit, $addboxes, @urllist) = ReadConfig($indexdir);
+ $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 '');