From 6bf8f395d5d48f29682d0d2ee141cee37fc1af91 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 27 Feb 2014 14:09:00 +0100 Subject: [PATCH] Fix hostname for good old ID Z server --- irtdb.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/irtdb.tcl b/irtdb.tcl index d6449db..6a03bc7 100644 --- a/irtdb.tcl +++ b/irtdb.tcl @@ -538,7 +538,7 @@ set profile(indexdata,authentication) {} set profile(indexdata,comstack) tcpip set profile(indexdata,databases) {dranet.dra.com IR-Explain-1 gils marc zoom} set profile(indexdata,description) {} -set profile(indexdata,host) bagel.indexdata.dk +set profile(indexdata,host) z3950.indexdata.com set profile(indexdata,idAuthentication) {} set profile(indexdata,largeSetLowerBound) 2 set profile(indexdata,maxResultSets) {} @@ -559,7 +559,7 @@ set profile(indexdata,smallSetUpperBound) 0 set profile(indexdata,targetInfoName) Zebra set profile(indexdata,timeDefine) 944954185 set profile(indexdata,timeLastExplain) 1007339347 -set profile(indexdata,timeLastInit) 1043924972 +set profile(indexdata,timeLastInit) 1393506345 set profile(indexdata,welcomeMessage) {} set profile(indexdata,windowNumber) 20 set profile(localhost,authentication) {} -- 1.7.10.4