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


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

1.2
date	98.11.03.08.48.35;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	98.11.02.20.04.29;	author ache;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- patch file shuffle for my sanity
@
text
@--- addsearch.orig	Thu Jul  2 03:02:53 1998
+++ addsearch	Tue Nov  3 11:36:24 1998
@@@@ -121,12 +121,12 @@@@
 
 # Initialize variables to avoid warnings
    ($title, $archiveurl, $traverse_type, $explicit_only, $numhops,
-    $nhhops, $local_limit, $remote_limit, $addboxes, $vhost, $usemaxmem) = 
-   ('','','','','','','','','','','');
+    $nhhops, $local_limit, $remote_limit, $addboxes, $vhost, $usemaxmem, $locale, $charset) =
+   ('','','','','','','','','','','','','');
 
 
    ($title, $archiveurl, $traverse_type, $explicit_only, $numhops,
-    $nhhops, $local_limit, $remote_limit, $addboxes, $vhost, $usemaxmem, @@urllist) = ReadConfig($archivepwd);
+    $nhhops, $local_limit, $remote_limit, $addboxes, $vhost, $usemaxmem, $locale, $charset, @@urllist) = ReadConfig($archivepwd);
 
 ### HUH?  What does this code do?  Can we remove it?
 ###       here just in case.
@@@@ -155,7 +155,7 @@@@
 
 # if we don't have to addboxes, just abort!
 if($addboxes==0) {
-   print "No search boxes used\n";
+   print "No search boxes used\n" if (!$quiet);
    exit(0);
 }
 
@


1.2
log
@Do not print No search diagnostic if -q
@
text
@@


1.1
log
@Localize it
@
text
@d2 1
a2 1
+++ addsearch	Mon Nov  2 14:51:28 1998
d19 9
@

