Koha/debian/docs
Tomas Cohen Arazi 3cfc8ae24c 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>
2019-02-11 18:30:10 +00:00
..
koha-common.xml Bug 22238: Remove koha-*-sip scripts in favor of koha-sip 2019-02-11 18:30:10 +00:00
koha-create-dirs.xml
koha-create.xml Bug 14302: (follow-up) Remove traces in koha-create 2018-08-31 11:24:22 +00:00
koha-disable.xml
koha-dump-defaults.xml
koha-dump.xml
koha-elasticsearch.xml Bug 19462: Add koha-elasticsearch documentation 2017-10-27 14:10:31 -03:00
koha-email-disable.xml
koha-email-enable.xml
koha-enable.xml
koha-foreach.xml Bug 17717: Add a --chdir option switch for koha-foreach 2018-03-15 08:22:04 +00:00
koha-indexer.xml
koha-list.xml
koha-mysql.xml
koha-mysqlcheck.xml
koha-plack.xml
koha-rebuild-zebra.xml Bug 17468: Remove koha-*-zebra scripts and its traces 2018-03-26 17:31:27 -03:00
koha-remove.xml
koha-reset-passwd.xml
koha-restore.xml
koha-run-backups.xml
koha-shell.xml
koha-sip.xml Bug 18562: Add manpage for koha-sip 2019-02-11 18:30:10 +00:00
koha-sitemap.xml
koha-translate.xml
koha-upgrade-schema.xml
koha-upgrade-to-3.4.xml
koha-zebra.xml Bug 17467: Add koha-zebra documentation 2017-10-27 14:10:30 -03:00
LEEME.Debian