$OpenBSD: patch-cvsweb_conf,v 1.6 2001/03/24 22:39:04 naddy Exp $
--- cvsweb.conf.orig	Sun Jan 14 10:04:04 2001
+++ cvsweb.conf	Sat Mar 24 23:14:31 2001
@@ -15,7 +15,7 @@
 #   uname, cvs, rlog, rcsdiff
 #   gzip (if you enable $allow_compress)
 #   tar,rm (if you enable $allow_tar)
-$command_path = '/bin:/usr/bin:/usr/local/bin';
+$command_path = '/bin:/usr/bin';
 
 # Search the above directories for each command
 for (qw(uname cvs rlog rcsdiff gzip tar rm)) {
@@ -209,7 +209,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  = (
 	   back => [ ("[BACK]", "$iconsdir/back.gif", 20,   22) ],
@@ -329,7 +329,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.
