kohabug 1776 - enable daemon controls scripts for 'dev' mode
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 21 Apr 2008 21:35:57 +0000 (16:35 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 21 Apr 2008 23:17:32 +0000 (18:17 -0500)
commitf20a58181bef3b587a55b4e2c33f8c4a0eb3cdb7
tree7d5df2bc648722ee0adeda4b775df36cf08d57bc
parent46059fe9fca58596850dbead89e351af07e1aa1a
kohabug 1776 - enable daemon controls scripts for 'dev' mode

The daemon control scripts (koha-zebra-ctl.sh, koha-zebraqueue-ctl.sh,
and koha-pazpar2-ctl.sh) are now copied and installed in a
runnable fashion for a 'dev'-mode install.  By default
they are installed in the bin subdirectory of the runtime
directory.

Also:

* the control scripts now work if the EUID is other
  than root (as would be expected for a 'dev' or 'single'
  install).
* Split the SCRIPT_DIR installation target into
  SCRIPT_DIR (scripts to copy regardless of install mode)
  and SCRIPT_NONDEV_DIR (scripts to copy to SCRIPT_DIR
  unless the install mode is 'dev').

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Makefile.PL
misc/bin/koha-pazpar2-ctl.sh
misc/bin/koha-zebra-ctl.sh
misc/bin/koha-zebraqueue-ctl.sh