696e1bc7bb
- Clean up URI parser. - Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO parser. - Allow downloading a single port/pkgsrc in tarball by default. - Remove an obsolete notice: CVSWEB_CONFIG is disused. - One leftover substitution: "cvs" -> $CMD{cvs}. - Use a fixed-width font in the colored diff view. - Do closedir() properly. - Encode colons in file names properly.
13 lines
424 B
Plaintext
13 lines
424 B
Plaintext
$OpenBSD: patch-cvsweb_cgi,v 1.8 2001/03/24 22:39:04 naddy Exp $
|
|
--- cvsweb.cgi.orig Sat Jan 13 08:48:09 2001
|
|
+++ cvsweb.cgi Sun Jan 14 15:13:01 2001
|
|
@@ -151,7 +151,7 @@ use File::Basename;
|
|
# Locations to search for user configuration, in order:
|
|
for (
|
|
"$mydir/cvsweb.conf",
|
|
- '/usr/local/etc/cvsweb/cvsweb.conf'
|
|
+ '%%SYSCONFDIR%%/cvsweb/cvsweb.conf'
|
|
) {
|
|
if (defined($_) && -r $_) {
|
|
$config = $_;
|