1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/webglimpse/files/patch-aj
Andrey A. Chernov c2c19a265f Localize it
1998-11-02 20:04:30 +00:00

21 lines
411 B
Plaintext

--- lib/config.pl.orig Tue Jul 28 03:19:55 1998
+++ lib/config.pl Mon Nov 2 18:00:02 1998
@@ -36,6 +36,8 @@
addboxes
vhost
usemaxmem
+ locale
+ charset
urllist
); # in *that* order
@@ -101,7 +103,7 @@
# fill in the values so there's *something* there...
foreach $var (@ConfigVars) {
- $Values{$var} = "{}";
+ $Values{$var} = "";
}
foreach $line (@lines) {