=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 3.15 retrieving revision 3.16 diff -u -p -r3.15 -r3.16 --- cvsweb/Attic/cvsweb.conf 2001/01/01 23:15:03 3.15 +++ cvsweb/Attic/cvsweb.conf 2001/01/02 12:23:20 3.16 @@ -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.15 2001/01/01 23:15:03 knu Exp $ +# $Id: cvsweb.conf,v 3.16 2001/01/02 12:23:20 knu Exp $ # ### @@ -364,7 +364,7 @@ $allow_markup = 1; # of output if the Browser accepts # it (HTTP_ACCEPT_ENCODING=gzip) # [make sure to have gzip in the path] -$allow_compress = 1; +$allow_compress = 0; # Make use of javascript functions. # This way you can select one of your CVSroot @@ -388,9 +388,11 @@ $open_extern_window = 1; # this allows editing of all your options more intuitive $edit_option_form = (not $dirtable); -# remember to set the path to your -# rcsutils: rlog, rcsdiff (gzip if you use compression) -#$ENV{'PATH'} = '/usr/local/bin'; +# Set the path for the following commands: +# cvs, rlog, rcsdiff +# gzip (if you enable $allow_compress) +# tar,rm (if you enable $allow_tar) +$ENV{'PATH'} = '/bin:/usr/bin:/usr/local/bin'; # If you have files which automatically refers to other files # (such as HTML) then this allows you to browse the checked