Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2001 04:45:30 -0800 (PST)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: www/en/cgi cvsweb.cgi cvsweb.conf
Message-ID:  <200101021245.f02CjUP45680@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
knu         2001/01/02 04:45:30 PST

  Modified files:
    en/cgi               cvsweb.cgi cvsweb.conf 
  Log:
  Merge from knu-cvsweb 1.104.1.55.
  
  2001-01-02 21:23  knu
  
  	* cvsweb.cgi, cvsweb.conf: Get cvsweb.cgi to run under perl -T.
  
  	Change perl command line:
  
  	  Change perl5 to perl and just declare `require 5.000'.
  
  	  Remove -s option that was intended for debug use.
  
  	  Add -T option to perform security checks.
  
  	Change search paths for cvsweb.conf:
  
  	  Don't adopt the value of $ENV{CVSWEB_CONFIG} that was intended
  	for
  	  debug use.
  
  	  Search the same directory that cvsweb.cgi is in instead of the
  	  current directory.
  
  	Invoking `last' in `do { ... } while (0);' is wrong.  Change the
  	loop to `while (1) { ... last; }'.
  
  	Don't do chdir.  Instead, use tar(1)'s -C option and cvs(1)
  	export's -d option.
  
  	Explicitly define $ENV{PATH}.
  
  	Turn $allow_compress off by default so user can debug cvsweb.cgi
  	easily. (Still enabled on freefall)
  
  Revision  Changes    Path
  1.64      +27 -33    www/en/cgi/cvsweb.cgi
  1.12      +7 -5      www/en/cgi/cvsweb.conf



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101021245.f02CjUP45680>