=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 3.20 retrieving revision 3.21 diff -u -p -r3.20 -r3.21 --- cvsweb/Attic/cvsweb.conf 2001/01/11 02:00:55 3.20 +++ cvsweb/Attic/cvsweb.conf 2001/01/11 18:17:58 3.21 @@ -7,7 +7,7 @@ # 2000 A. MUSHA # based on work by Bill Fenner # $zId: cvsweb.conf,v 3.27 2000/07/27 10:16:39 kcoar Exp $ -# $Id: cvsweb.conf,v 3.20 2001/01/11 02:00:55 knu Exp $ +# $Id: cvsweb.conf,v 3.21 2001/01/11 18:17:58 knu Exp $ # ### @@ -23,7 +23,7 @@ for (qw(uname cvs rlog rcsdiff gzip tar rm)) { } # The name of the operating system implementation -$uname = `$CMD{uname}`; +chomp($uname = `$CMD{uname}`); ############## # CVS Root @@ -454,7 +454,7 @@ $allow_tar = ''; @gzip_options = qw(); # e.g. @gzip_options = qw(-3); # 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). @cvs_options = qw(-l);