Bug 22235: Make maintenance scripts use koha-sip instead of koha-*-sip
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 30 Jan 2019 12:37:47 +0000 (09:37 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 12 Feb 2019 13:09:05 +0000 (13:09 +0000)
commit38c960a6ef49ce8f95c5320fafcd4f334b24f81a
tree4fd712965bf3cb32c6fef766ed640e6f0bb195bb
parent84052899398043f8dc29df0f6631ce7e5fd04f50
Bug 22235: Make maintenance scripts use koha-sip instead of koha-*-sip

This patch makes all maintenance scripts use **koha-sip** instead of
the old **koha-*-sip** scripts.

To test:
- Run:
  $ perl misc4dev/cp_debian_files.pl
  $ sudo service koha-common stop
=> SUCCESS: No errors and the SIP-related sevices are stopped
  $ sudo service koha-common start
=> SUCCESS: No errors and the SIP-related services are started
  $ sudo service koha-common restart
=> SUCCESS: No erros and SIP-related services are running
  $ sudo koha-create --create-db test
  $ sudo koha-sip --enable test
  $ sudo koha-sip --start test
  $ sudo koha-disable test
=> SUCCESS: No errors, instance disabled, no SIP running for test
- 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>
(cherry picked from commit c0e6051ac5bd0190a6491ecc853614a156014d88)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
debian/docs/koha-common.xml
debian/koha-common.init
debian/scripts/koha-disable