Undo revision revision 1.34: Set up for FreeBSD repo options ($FreeBSD$)

in /usr/local/etc/cvsweb-freebsd. The repo options are only valid for
the FreeBSD CVS tree.

BTW, the cvsweb.cgi mirror sites should update their
/usr/local/etc/cvsweb-freebsd too if possible.

Submitted by: peter
This commit is contained in:
Wolfram Schneider 1999-09-19 10:55:19 +00:00
parent a663af8fe1
commit 77b8b76970
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5668

View file

@ -28,7 +28,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.34 1999/09/08 13:04:09 peter Exp $
# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.35 1999/09/17 18:56:44 wosch Exp $
#
@ -145,10 +145,6 @@ if (!-d $cvsroot) {
&fatal("500 Internal Error",'$CVSROOT not found!<P>The server on which the CVS tree lives is probably down. Please try again in a few minutes.');
}
# Set up for FreeBSD repo options.
$ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
$ENV{'RCSINCEXC'} = 'iFreeBSD';
$ENV{'CVSROOT'} = $cvsroot;
{
local(@foo, $i);