/usr/share/idzebra-2.0-examples/marc21/zebra.cfg is in idzebra-2.0-examples 2.0.44-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | # Simple Zebra configuration file
#
# Where the schema files, attribute files, etc are located.
profilePath: ${srcdir:-.}:${srcdir:-.}/../../tab
# Files that describe the attribute sets supported.
attset: bib1.att
attset: explain.att
recordType: grs.marcxml.marc21
modulePath: ../../index/.libs
|