From 144e8636e37a45caf6596b8e65e60ac69e315a31 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Sat, 10 Feb 1996 12:20:37 +0000 Subject: [PATCH] Smallish --- CHANGELOG | 5 ++++- doc/README | 2 +- doc/zebra.sgml | 8 ++++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e720d19..6454079 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ --- XXXX XXXX/XX/XX +Server can now run under inetd. Use option -i, and -w to +set working directory to desired location. + New zebraidx command: clean - removes temporary shadow files. Fixed bug in ISAM system. Occurred rarely during register updates. @@ -10,7 +13,7 @@ time is estimated. Temporary files generated by zebraidx are removed after each run. Bug fix: Dictionary didn't handle 8-bit characters correctly; was obvious -when doing scan operations in dictionares with european characters. +when doing scan operations in dictionares with European characters. --- 1.0a4 1996/01/11 diff --git a/doc/README b/doc/README index 0600dbb..4f0daa7 100644 --- a/doc/README +++ b/doc/README @@ -1,3 +1,3 @@ To download the documentation for Zebra in postscript or ASCII, look at the FTP site where you retrieved this software, or at - + diff --git a/doc/zebra.sgml b/doc/zebra.sgml index 2e9c4cc..cd98dd5 100644 --- a/doc/zebra.sgml +++ b/doc/zebra.sgml @@ -1,13 +1,13 @@
Zebra Server - Administrators's Guide and Reference <author><htmlurl url="http://www.index.dk/" name="Index Data">, <tt><htmlurl url="mailto:info@index.ping.dk" name="info@index.ping.dk"></> -<date>$Revision: 1.17 $ +<date>$Revision: 1.18 $ <abstract> The Zebra information server combines a versatile fielded/free-text search engine with a Z39.50-1995 frontend to provide a powerful and flexible @@ -827,6 +827,10 @@ messages. The default is to write this information to <tt/stderr/. given <it/username/. It's useful if you aren't comfortable with having the server run as root, but you need to start it as such to bind a privileged port. + +<tag>-w <it/working-directory/</tag>Change working directory. + +<tag/-i/Run under the Internet superserver, <tt/inetd/. </descrip> A <it/listener-address/ consists of a transport mode followed by a -- 1.7.10.4