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)
committerroot <root@f1ebe1bec408>
Mon, 11 Feb 2019 18:30:10 +0000 (18:30 +0000)
commitc0e6051ac5bd0190a6491ecc853614a156014d88
tree76f32716f99d99bbd6d0348a345af093b6a5b031
parent74b6a659e5ec831e99beaad2f9ce6dad6409a3a0
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>
debian/docs/koha-common.xml
debian/koha-common.init
debian/scripts/koha-disable