Bug 22238: Remove koha-*-sip scripts in favor of koha-sip
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 30 Jan 2019 18:31:43 +0000 (15:31 -0300)
committerroot <root@f1ebe1bec408>
Mon, 11 Feb 2019 18:30:10 +0000 (18:30 +0000)
commit3cfc8ae24c99647fcf5f55ce0e6c6521a3f3ff83
treed2c85688e5fbd176dc0f9009c496d92b75a819a4
parent5bb04247477dce80fbacf9993be3164518c03df6
Bug 22238: Remove koha-*-sip scripts in favor of koha-sip

This patch removes traces from the (deprecated) koha-*-sip scripts.

To test:
- Apply the patch
- Verify no traces of koha-*-sip remain on the codebase (besides
  Release Notes, koha-common.links and the koha-sip script):
  $ cd kohaclone
  $ git grep koha-start-sip
  $ git grep koha-stop-sip
  $ git grep koha-enable-sip
=> SUCCESS: No traces!
- Create the following symlinks:
  $ sudo ln -s /usr/sbin/koha-sip  /usr/sbin/koha-start-sip
  $ sudo ln -s /usr/sbin/koha-sip  /usr/sbin/koha-stop-sip
  $ sudo ln -s /usr/sbin/koha-sip  /usr/sbin/koha-enable-sip
- Try the koha-*-zebra commands:
  $ sudo koha-stop-sip kohadev
  $ sudo koha-start-sip kohadev
  $ sudo koha-restart-sip kohadev
=> SUCCESS: They all work as expected!

- Sign off :-D!

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
debian/docs/koha-common.xml
debian/docs/koha-enable-sip.xml [deleted file]
debian/docs/koha-start-sip.xml [deleted file]
debian/docs/koha-stop-sip.xml [deleted file]
debian/koha-common.bash-completion
debian/koha-common.install
debian/koha-common.links
debian/scripts/koha-enable-sip [deleted file]
debian/scripts/koha-sip
debian/scripts/koha-start-sip [deleted file]
debian/scripts/koha-stop-sip [deleted file]