2001-08-01 15:59:25 -04:00
|
|
|
$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
|
2001-01-02 19:51:40 -05:00
|
|
|
# These default icons are coming with apache.
|
|
|
|
# If these icons are too large, check out the miniicons in the
|
2000-10-01 15:18:53 -04:00
|
|
|
# icons/ directory; they have a width/height of 16/16
|
2001-01-02 19:51:40 -05:00
|
|
|
-my $iconsdir = "/icons";
|
|
|
|
+my $iconsdir = "/icons/cvsweb";
|
2001-08-01 15:59:25 -04:00
|
|
|
|
2001-01-02 19:51:40 -05:00
|
|
|
# format: TEXT ICON-URL width height
|
2001-08-01 15:59:25 -04:00
|
|
|
%ICONS = (
|
|
|
|
@@ -346,7 +346,7 @@ $inputTextSize = 12;
|
2000-10-01 15:18:53 -04:00
|
|
|
# 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.
|