$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 = $_;
