head	1.2;
access;
symbols
	RELEASE_7_2_0:1.1.1.1
	RELEASE_7_1_0:1.1.1.1
	RELEASE_6_4_0:1.1.1.1
	RELEASE_5_EOL:1.1.1.1
	RELEASE_7_0_0:1.1.1.1
	RELEASE_6_3_0:1.1.1.1
	PRE_XORG_7:1.1.1.1
	RELEASE_4_EOL:1.1.1.1
	RELEASE_6_2_0:1.1.1.1
	RELEASE_6_1_0:1.1.1.1
	RELEASE_5_5_0:1.1.1.1
	RELEASE_6_0_0:1.1.1.1
	RELEASE_5_4_0:1.1.1.1
	RELEASE_4_11_0:1.1.1.1
	RELEASE_5_3_0:1.1.1.1
	RELEASE_4_10_0:1.1.1.1
	RELEASE_5_2_1:1.1.1.1
	RELEASE_5_2_0:1.1.1.1
	RELEASE_4_9_0:1.1.1.1
	RELEASE_5_1_0:1.1.1.1
	RELEASE_4_8_0:1.1.1.1
	RELEASE_5_0_0:1.1.1.1
	RELEASE_4_7_0:1.1.1.1
	RELEASE_4_6_2:1.1.1.1
	RELEASE_4_6_1:1.1.1.1
	RELEASE_4_6_0:1.1.1.1
	RELEASE_5_0_DP1:1.1.1.1
	RELEASE_4_5_0:1.1.1.1
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	ache_1_1:1.1.1.1
	ache:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2009.07.08.02.35.36;	author pgollucci;	state dead;
branches;
next	1.1;

1.1
date	98.11.02.06.54.53;	author ache;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.11.02.06.54.53;	author ache;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- patch file shuffle for my sanity
@
text
@--- lib/wgserver.pl.orig	Mon Jun 29 20:45:06 1998
+++ lib/wgserver.pl	Mon Nov  2 08:26:21 1998
@@@@ -114,6 +114,7 @@@@
 
 	$override = 0;
 	$ServerRoot = '';
+	$output = '';
 	
 	while (<CONF>)	{
 		# Trim leading white space 
@@@@ -163,8 +164,8 @@@@
 
 	close(CONF);
 
-	($ServerRoot ne '') && ($ResourceConfig = $ServerRoot.'/'.$ResourceConfig);	
-	($ServerRoot ne '') && ($AccessConfig = $ServerRoot.'/'.$AccessConfig);	
+	($ServerRoot ne '') && ($ResourceConfig ne '') && ($ResourceConfig !~ '^/') && ($ResourceConfig = $ServerRoot.'/'.$ResourceConfig);
+	($ServerRoot ne '') && ($AccessConfig ne '') && ($AccessConfig !~ '^/') && ($AccessConfig = $ServerRoot.'/'.$AccessConfig);
 
 	return $output;
 }
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@WWW interface to Glimpse search engine
@
text
@@
