=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- cvsweb/cvsweb.cgi 1997/11/14 17:36:47 1.10 +++ cvsweb/cvsweb.cgi 1997/11/15 16:48:07 1.11 @@ -30,6 +30,7 @@ require 'ctime.pl'; $hsty_base = ""; require 'cgi-style.pl'; +#&get_the_source; %CVSROOT = ( 'freebsd', '/home/ncvs', @@ -89,6 +90,8 @@ if ($query = $ENV{'QUERY_STRING'}) { } +$config = '/usr/local/etc/cvsweb'; +do "$config" if -f $config; if ($input{'cvsroot'}) { if ($CVSROOT{$input{'cvsroot'}}) { @@ -96,6 +99,7 @@ if ($input{'cvsroot'}) { $cvsroot = $CVSROOT{"$cvstree"}; } } +do "$config-$cvstree" if -f "$config-$cvstree"; $fullname = $cvsroot . '/' . $where; if (!-d $cvsroot) {