$OpenBSD$
--- cvsweb.conf.orig	Sun Jun 19 11:13:50 2005
+++ cvsweb.conf	Fri Jun  8 10:46:14 2012
@@ -106,7 +106,7 @@ $CMD{tar} ||= search_path('tar');
 # $allow_*_extra below is true.
 #
 $mancgi =
-    "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";
+    "http://www.OpenBSD.org/cgi-bin/man.cgi?apropos=0&sektion=%s&query=%s&manpath=OpenBSD+Current&arch=i386&format=html";
 
 # Defaults for user definable options.
 #
@@ -140,10 +140,8 @@ $mancgi =
     #   h      Human readable
     #   u      Unified diff
     #   c      Context diff
-    #   s      Side by side
     #   uc     Unified diff, enscript colored (falls back to "u" w/o enscript)
     #   cc     Context diff, enscript colored (falls back to "c" w/o enscript)
-    #   sc     Side by side, enscript colored (falls back to "s" w/o enscript)
     "f" => "u",
 
     # hidecvsroot: Don't show the CVSROOT directory.  Note that this is
@@ -226,7 +224,7 @@ EOT
 # check out the "mini" versions 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 = (
@@ -240,7 +238,7 @@ undef $iconsdir;
 
 # An URL where to find the CSS.
 #
-$cssurl = '/css/cvsweb.css';
+$cssurl = '/cvsweb/cvsweb.css';
 
 # The length to which the last log entry should be truncated when shown
 # in the directory view.
@@ -293,15 +291,6 @@ $hr_breakable = 1;
 #
 $showfunc = 1;
 
-# For each pair of regexps, files that match the first regexp will be diff'ed
-# with an -F option using the second regexp (unified and context only).
-# See the -F option in the diff(1) man page.
-#
-%funcline_regexp = (
-    qr/\.(?:4th|fr)$/o => "\\(^\\|[ \t]\\): ",
-    qr/\.rb$/o         => "^[\t ]*\\(class\\|module\\|def\\) ",
-);
-
 # Ignore whitespace in human readable diffs? ('-w' option to diff)
 #
 $hr_ignwhite = 0;
@@ -368,7 +357,7 @@ $inputTextSize = 12;
 # The traditional mime.types file, eg. the one from Apache is fine.
 # See above where this gets used.
 #
-$mime_types = '/usr/local/etc/apache/mime.types';
+$mime_types = '/conf/mime.types';
 
 # Charset appended to the Content-Type HTTP header for text/* MIME types.
 # Note that the web server may default to some charset which may take effect
