r9168@llin: dpavlin | 2006-01-31 17:45:12 +0100
authordpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Tue, 31 Jan 2006 16:45:28 +0000 (16:45 +0000)
committerdpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Tue, 31 Jan 2006 16:45:28 +0000 (16:45 +0000)
 example to disable Hyper Estraier

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@327 8392b6e1-25fa-0310-8288-cc32f8e212ea

conf/config.pl

index 36c9531..f312293 100644 (file)
@@ -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';
 
 #