I just posted what is hopefully the final webrev for idzebra:
http://cr.opensolaris.org/~andrejm/idzebra/
Changes in this version (to address comments from the previous review)
cover:
- The idzebra package builds 'versioned' binaries, then creates
non-versioned symbolic links to them. For example:
/usr/bin/idzebraidx-2.0 is the executable
/usr/bin/idzebraidx is a link to idzebraidx-2.0
Patched things so that the symbolic link is removed and
the versioned binary is renamed to remove the versioning
(e.g. idzebraidx-2.0 renamed to idzebraidx)
- Removal of 64-bit idzebra libraries as there are no known
consumers other than idzebra itself and I'm only delivering
32-bit executables.
- Changed the directory the example files get placed in.
I'm scrambling to make build 122, so commentary on any further
changes necessary would be appreciated very quickly.
Andre