[BACK]Return to cvsweb.conf CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Diff for /cvsweb/Attic/cvsweb.conf between version 4.16 and 4.17

version 4.16, 2019/11/26 12:14:38 version 4.17, 2019/11/29 13:39:50
Line 16 
Line 16 
 # when no value for them has been explicitly set.  # 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  # CVS roots
 #  #
 # CVSweb can handle several CVS repositories at once.  Enter short (internal)  # CVSweb can handle several CVS repositories at once.  Enter short (internal)

Legend:
Removed from v.4.16  
changed lines
  Added in v.4.17

CVSweb