=================================================================== RCS file: /home/cvs/CVSROOT/Attic/cvsweb.cgi,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- CVSROOT/Attic/cvsweb.cgi 1999/12/27 20:19:55 1.1 +++ CVSROOT/Attic/cvsweb.cgi 1999/12/27 20:23:26 1.2 @@ -38,7 +38,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: cvsweb.cgi,v 1.1 1999/12/27 20:19:55 maekawa Exp $ +# $Id: cvsweb.cgi,v 1.2 1999/12/27 20:23:26 maekawa Exp $ # ### @@ -74,7 +74,7 @@ use vars qw ( ##### Start of Configuration Area ######## # == EDIT this == # User configuration is stored in -$config = $ENV{'CVSWEB_CONFIG'} || '/usr/local/web/apache/conf/cvsweb.conf'; +$config = $ENV{'CVSWEB_CONFIG'} || '/usr/local/etc/apache/cvsweb.conf'; # == Configuration defaults == # Defaults for configuration variables that shouldn't need @@ -2263,7 +2263,7 @@ sub navigateHeader ($$$$$) { $swhere = "" if ($swhere eq $scriptwhere); $swhere = urlencode($filename) if ($swhere eq ""); print "\n\n"; - print ''; + print ''; print "\n$path$filename - $title - $rev\n"; print "\n"; print ""; @@ -2616,7 +2616,7 @@ sub html_header($) { "http://www.w3.org/TR/REC-html40/loose.dtd"> $title - + $body_tag $logo

$title