Tomas Cohen Arazi
385c16174b
This patch removes traces from the (deprecated) koha-*-zebra scripts. To test: - Apply the patch - Verify no traces of koha-*-zebra remain on the codebase (besides Release Notes and the koha-zebra script): $ cd kohaclone $ git grep koha-start-zebra $ git grep koha-stop-zebra $ git grep koha-restart-zebra => SUCCESS: No traces! - Create the following symlinks: $ sudo ln -s /usr/sbin/koha-zebra /usr/sbin/koha-start-zebra $ sudo ln -s /usr/sbin/koha-zebra /usr/sbin/koha-stop-zebra $ sudo ln -s /usr/sbin/koha-zebra /usr/sbin/koha-restart-zebra - Try the koha-*-zebra commands: $ sudo koha-stop-zebra kohadev $ sudo koha-start-zebra kohadev $ sudo koha-restart-zebra kohadev => SUCCESS: They all work as expected! - Sign off :-D! Sponsored-by: Orex Digital Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
40 lines
2 KiB
Text
40 lines
2 KiB
Text
debian/tmp/usr/* usr
|
|
debian/tmp/etc/koha/searchengine
|
|
debian/tmp/etc/koha/pazpar2
|
|
debian/tmp/etc/koha/zebradb/[!z]*
|
|
debian/templates/* etc/koha
|
|
debian/koha-post-install-setup usr/sbin
|
|
debian/unavailable.html usr/share/koha/intranet/htdocs
|
|
debian/unavailable.html usr/share/koha/opac/htdocs
|
|
debian/templates/* etc/koha
|
|
debian/scripts/koha-functions.sh usr/share/koha/bin
|
|
debian/scripts/koha-create usr/sbin
|
|
debian/scripts/koha-create-dirs usr/sbin
|
|
debian/scripts/koha-disable usr/sbin
|
|
debian/scripts/koha-dump usr/sbin
|
|
debian/scripts/koha-dump-defaults usr/sbin
|
|
debian/scripts/koha-elasticsearch usr/sbin
|
|
debian/scripts/koha-email-disable usr/sbin
|
|
debian/scripts/koha-email-enable usr/sbin
|
|
debian/scripts/koha-enable usr/sbin
|
|
debian/scripts/koha-foreach usr/sbin
|
|
debian/scripts/koha-indexer usr/sbin
|
|
debian/scripts/koha-list usr/sbin
|
|
debian/scripts/koha-mysql usr/sbin
|
|
debian/scripts/koha-passwd usr/sbin
|
|
debian/scripts/koha-plack usr/sbin
|
|
debian/scripts/koha-rebuild-zebra usr/sbin
|
|
debian/scripts/koha-remove usr/sbin
|
|
debian/scripts/koha-reset-passwd usr/sbin
|
|
debian/scripts/koha-restore usr/sbin
|
|
debian/scripts/koha-run-backups usr/sbin
|
|
debian/scripts/koha-shell usr/sbin
|
|
debian/scripts/koha-sitemap usr/sbin
|
|
debian/scripts/koha-translate usr/sbin
|
|
debian/scripts/koha-upgrade-schema usr/sbin
|
|
debian/scripts/koha-upgrade-to-3.4 usr/sbin
|
|
debian/scripts/koha-zebra usr/sbin
|
|
debian/scripts/koha-start-sip usr/sbin
|
|
debian/scripts/koha-stop-sip usr/sbin
|
|
debian/scripts/koha-enable-sip usr/sbin
|
|
debian/tmp_docbook/*.8 usr/share/man/man8
|