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

Diff for /cvsweb/Attic/cvsweb.conf between version 3.20 and 3.21

version 3.20, 2001/01/11 02:00:55 version 3.21, 2001/01/11 18:17:58
Line 23  for (qw(uname cvs rlog rcsdiff gzip tar rm)) {
Line 23  for (qw(uname cvs rlog rcsdiff gzip tar rm)) {
 }  }
   
 # The name of the operating system implementation  # The name of the operating system implementation
 $uname = `$CMD{uname}`;  chomp($uname = `$CMD{uname}`);
   
 ##############  ##############
 # CVS Root  # CVS Root
Line 454  $allow_tar = '';
Line 454  $allow_tar = '';
 @gzip_options = qw();  @gzip_options = qw();
 # e.g. @gzip_options = qw(-3);  # e.g. @gzip_options = qw(-3);
 #      Try lower compression level than 6 (default) if you want faster  #      Try lower compression level than 6 (default) if you want faster
 #      compression, or upper, for higher compression.  #      compression, or higher, for better compression.
   
 # Options to pass to cvs(1).  # Options to pass to cvs(1).
 @cvs_options = qw(-l);  @cvs_options = qw(-l);

Legend:
Removed from v.3.20  
changed lines
  Added in v.3.21

CVSweb