=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 4.16 retrieving revision 4.17 diff -u -p -r4.16 -r4.17 --- cvsweb/Attic/cvsweb.conf 2019/11/26 12:14:38 4.16 +++ cvsweb/Attic/cvsweb.conf 2019/11/29 13:39:50 4.17 @@ -1,5 +1,5 @@ # -*- perl -*- -# $Id: cvsweb.conf,v 4.16 2019/11/26 12:14:38 schwarze Exp $ +# $Id: cvsweb.conf,v 4.17 2019/11/29 13:39:50 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 # @@ -15,21 +15,6 @@ # Unless otherwise noted, all boolean parameters here default to off # when no value for them has been explicitly set. # - -# Set the path for the following commands: -# cvs, rlog, rcsdiff -# gzip (if you enable $allow_compress) -# (g)tar (if you enable $allow_tar) -# -@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)) { - $CMD{$_} = search_path($_); -} -$CMD{tar} = delete($CMD{gtar}) if $CMD{gtar}; -$CMD{tar} ||= search_path('tar'); # CVS roots #