From: dpavlin Date: Tue, 31 Jan 2006 16:45:28 +0000 (+0000) Subject: r9168@llin: dpavlin | 2006-01-31 17:45:12 +0100 X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=commitdiff_plain;h=f465ccb074e3a6c28ca32e22e18527464b6076ed r9168@llin: dpavlin | 2006-01-31 17:45:12 +0100 example to disable Hyper Estraier git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@327 8392b6e1-25fa-0310-8288-cc32f8e212ea --- diff --git a/conf/config.pl b/conf/config.pl index 36c9531..f312293 100644 --- a/conf/config.pl +++ b/conf/config.pl @@ -1752,7 +1752,9 @@ $Conf{SearchUser} = 'dpavlin'; # if you want to use experimental Hyper Estraier support (which require # installation of Search::Estraier perl module from CPAN) select # path to index (relative to $TopDir) or node URI -#$Conf{HyperEstraierIndex} = '/casket/'; +# use following line to disable Hyper Estraier and prevent upgrades +# from overwriting it +#$Conf{HyperEstraierIndex} = ''; $Conf{HyperEstraierIndex} = 'http://localhost:1978/node/backuppc'; #