http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3087
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #41 from [email protected] --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
