From d23e230497f751cccd40eca6d500fcc09b048716 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 16 Dec 2005 15:01:25 +0000 Subject: [PATCH] Added sample YAZ GFS config file. --- etc/Makefile.am | 6 ++++-- etc/yazgfs.xml | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 etc/yazgfs.xml diff --git a/etc/Makefile.am b/etc/Makefile.am index 1e6c6bc..c32b16d 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,7 +1,9 @@ -# $Id: Makefile.am,v 1.3 2004-01-18 21:11:11 adam Exp $ +# $Id: Makefile.am,v 1.4 2005-12-16 15:01:25 adam Exp $ etcdatadir = $(pkgdatadir)/etc -etcdata_DATA = pqf.properties \ +etcdata_DATA = \ + pqf.properties \ + yazgfs.xml \ maps.xml \ MARC21slim2DC.xsl \ MARC21slim2MODS.xsl \ diff --git a/etc/yazgfs.xml b/etc/yazgfs.xml new file mode 100644 index 0000000..8dbc21a --- /dev/null +++ b/etc/yazgfs.xml @@ -0,0 +1,19 @@ + + + + tcp:@:9000 + + . + zebra.cfg + pqf.properties + + + myserver.org + 9900 + Default + + + + + -- 1.7.10.4