Bug 17468: Remove koha-*-zebra scripts and its traces
authorTomas Cohen Arazi <tomascohen@theke.io>
Sat, 17 Feb 2018 15:20:09 +0000 (12:20 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 26 Mar 2018 20:31:27 +0000 (17:31 -0300)
commit385c16174b4156f59518cdd1de02ee81ba3c03b8
tree8b84d0a92b96c087150b80c9cbf1c8d3eaef40e3
parent5e93b777fdc59c3b79fae2f9a86a763c7ceb7cdd
Bug 17468: Remove koha-*-zebra scripts and its traces

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>
debian/docs/koha-common.xml
debian/docs/koha-rebuild-zebra.xml
debian/docs/koha-restart-zebra.xml [deleted file]
debian/docs/koha-start-zebra.xml [deleted file]
debian/docs/koha-stop-zebra.xml [deleted file]
debian/koha-common.bash-completion
debian/koha-common.install
debian/koha-common.links [new file with mode: 0644]
debian/scripts/koha-restart-zebra [deleted file]
debian/scripts/koha-start-zebra [deleted file]
debian/scripts/koha-stop-zebra [deleted file]