http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3087 stephane.delaune@biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stephane.delaune@biblibre.c | |om --- Comment #41 from stephane.delaune@biblibre.com --- To update all your Zebra configuration files with a single command after loading the environment variables ($KOHA_CONF) : cd `echo $KOHA_CONF | sed 's/koha-conf.xml$//'` && sed -i 's/syntax="usmarc"/syntax="unimarc"/' `grep -rl 'syntax="usmarc"' *` && sed -i 's/usmarc/unimarc/' ./zebradb/etc/usmarc.mar && sed -i 's/USmarc/unimarc/' ./zebradb/etc/usmarc.mar don't forget to restart zebra after -- You are receiving this mail because: You are watching all bug changes.