Bug 24340: allow koha-sip --disable inst
authorLiz Rea <wizzyrea@gmail.com>
Fri, 3 Jan 2020 17:35:20 +0000 (17:35 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 12 Feb 2020 16:09:35 +0000 (16:09 +0000)
commit87e4ecacc525308aed137f5ec3458df32ab8b0dd
treef6d2ae5e16e816f9690a8ff5f82332fc2146c5ff
parentc8fbb4900015604d15ae8c13d74730e5bc984868
Bug 24340: allow koha-sip --disable inst

To test:

- Enable sip for your testing instance
 sudo koha-sip --enable inst
- Start sip for your testing instance
 sudo koha-sip --start inst
- Verify it is running
 ps ax |grep sip -> you should see processes
- Disable sip for your testing intance
 sudo koha-sip --disable inst
- Verify that the following has happened:
 * SIP is no longer running for your instance - no SIP processes
 * SIP Cannot be started for the instance because it is not enabled.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
debian/docs/koha-sip.xml
debian/scripts/koha-functions.sh
debian/scripts/koha-sip