Bug 16822: Make koha-common call koha-plack without --quiet
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 26 Jul 2016 13:23:43 +0000 (10:23 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 9 Sep 2016 09:27:45 +0000 (09:27 +0000)
commiteaa11da5624f308768c4eb2c7016b5cd32c35fb1
treeb41cf92e1df7caef35693b3f3214c4382426579c
parentf31d3175b3f00dde49fced00e169cd2ea3cabcf5
Bug 16822: Make koha-common call koha-plack without --quiet

This patch removes the --quiet option switch in koha-common.init so
problem information is not hidden for sysadmin users.

To test:

- Have plack enabled for a koha instance:
  $ sudo koha-plack --enable kohadev
  $ sudo koha-plack --start  kohadev
- Run:
  $ cd kohaclone
  $ debian/koha-common.init {start|stop|restart}
=> SUCCESS: No behaviour change
- Disable the 'cgi' apache module:
  $ sudo a2dismod cgi
- Run:
  $ debian/koha-common.init {start|stop|restart}
=> FAIL: No warning is shown
- Apply the patch
- Run:
  $ debian/koha-common.init {start|stop|restart}
=> SUCCESS: Warnings show up
- Sign off :-D

Signed-off-by: Liz Rea <liz@catalyst.net.nz>
Perfect thanks :)

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
debian/koha-common.init