openbsd-ports/devel/cvsweb/patches/patch-cvsweb_conf

22 lines
830 B
Plaintext
Raw Normal View History

$OpenBSD: patch-cvsweb_conf,v 1.8 2001/08/01 19:59:25 naddy Exp $
--- cvsweb.conf.orig Wed Aug 1 21:36:14 2001
+++ cvsweb.conf Wed Aug 1 21:37:16 2001
@@ -212,7 +212,7 @@ EOT
# These default icons are coming with apache.
# If these icons are too large, check out the miniicons in the
# icons/ directory; they have a width/height of 16/16
-my $iconsdir = "/icons";
+my $iconsdir = "/icons/cvsweb";
# format: TEXT ICON-URL width height
%ICONS = (
@@ -346,7 +346,7 @@ $inputTextSize = 12;
# cvsweb to guess the correct mime-type on
# checkout; you can use the mime.types from
# apache here:
-$mime_types = '/usr/local/etc/apache/mime.types';
+$mime_types = '/var/www/conf/mime.types';
# quick mime-type lookup; maps file-suffices to
# mime-types for displaying checkouts in the browser.