=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 4.6 retrieving revision 4.7 diff -u -p -r4.6 -r4.7 --- cvsweb/Attic/cvsweb.conf 2019/11/11 13:28:36 4.6 +++ cvsweb/Attic/cvsweb.conf 2019/11/11 14:37:54 4.7 @@ -1,5 +1,5 @@ # -*- perl -*- -# $Id: cvsweb.conf,v 4.6 2019/11/11 13:28:36 schwarze Exp $ +# $Id: cvsweb.conf,v 4.7 2019/11/11 14:37:54 schwarze Exp $ # $doc: cvsweb.conf,v 1.38 2006/01/19 19:53:38 ceri # $knu: cvsweb.conf,v 1.97 2005/06/19 09:13:50 scop # @@ -20,14 +20,13 @@ # cvs, rlog, rcsdiff # gzip (if you enable $allow_compress) # (g)tar, zip (if you enable $allow_tar) -# cvsgraph (if you enable $allow_graph) # enscript (if you enable $allow_enscript) # @command_path = qw(/bin /usr/bin /usr/local/bin); # Search the above directories for each command (prefer gtar over tar). # -for (qw(cvs rlog rcsdiff gzip gtar zip cvsgraph enscript)) { +for (qw(cvs rlog rcsdiff gzip gtar zip enscript)) { $CMD{$_} = search_path($_); } $CMD{tar} = delete($CMD{gtar}) if $CMD{gtar}; @@ -222,7 +221,6 @@ my $iconsdir = '/icons'; dir => [('[DIR]', "$iconsdir/dir.gif", 20, 22)], file => [('[TXT]', "$iconsdir/text.gif", 20, 22)], binfile => [('[BIN]', "$iconsdir/binary.gif", 20, 22)], - graph => [('[GRAPH]', "$iconsdir/minigraph.png", 16, 16)], ); undef $iconsdir; @@ -469,18 +467,6 @@ $use_moddate = 1; # Just comment this out if you're not bitten by the problem. # #$file_list_len = 200; - -# Allow graphical representations of file revisions and branches with CvsGraph? -# -$allow_cvsgraph = $CMD{cvsgraph} ? 1 : 0; - -# Path to the CvsGraph configuration file. Only used if $allow_cvsgraph -# is true. Leave this empty or comment it out to make cvsgraph(1) use its -# default configuration file. Note that CVSweb will override some of the -# settings in the configuration file with command line options, see -# doGraph() and doGraphView() in cvsweb.cgi for details. -# -#$cvsgraph_config = "/etc/cvsgraph.conf"; # URL to the CVSHistory script. This should be absolute (but does not need # to include the host and port if the script is on the same server as