installer: move base zebra config files
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 29 Nov 2007 21:54:37 +0000 (15:54 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 17 Dec 2007 15:13:51 +0000 (09:13 -0600)
commit3f08fd013151ef6005d96ffe865b6a64f4dccc17
tree8d58f772296fb0fd794b665bb4099bbda2469a7a
parentea7cbfff43b2da9ab3dc36d87d89e45d915f2fdc
installer: move base zebra config files

Inspired by work by Chris Cormack, move several base Zebra
configuration files to two new directories under etc/zebradb:

lang_defs - language-specific settings (e.g., French and English)
marc_defs - MARC format-specific settings (e.g., MARC21 & UNIMARC)

Installer will query user for language and MARC format and
copy the inital Zebra configs accordingly.
12 files changed:
etc/zebradb/authorities/etc/record.abs [deleted file]
etc/zebradb/authorities/etc/record_unimarc.abs [deleted file]
etc/zebradb/biblios/etc/record.abs [deleted file]
etc/zebradb/biblios/etc/record_unimarc.abs [deleted file]
etc/zebradb/etc/sort-string-utf.chr [deleted file]
etc/zebradb/etc/sort-string-utf_french.chr [deleted file]
etc/zebradb/lang_defs/sort-string-en.chr [new file with mode: 0644]
etc/zebradb/lang_defs/sort-string-fr.chr [new file with mode: 0644]
etc/zebradb/marc_defs/authorities-marc21.abs [new file with mode: 0644]
etc/zebradb/marc_defs/authorities-unimarc.abs [new file with mode: 0644]
etc/zebradb/marc_defs/biblios-marc21.abs [new file with mode: 0644]
etc/zebradb/marc_defs/biblios-unimarc.abs [new file with mode: 0644]