Make some oils_ctl.sh improvements.
authorJason Stephenson <jstephenson@mvlc.org>
Fri, 10 Jun 2011 17:43:32 +0000 (13:43 -0400)
committerDan Scott <dan@coffeecode.net>
Thu, 23 Jun 2011 03:29:11 +0000 (23:29 -0400)
commit8a50692a2b9bd619cd48902d7dd504d8b3ee0200
treed7fe3f0bb44f6e2c0f669b928d63750dafb6053c
parentc1ad78f19abd2acfe09da7049d5c1be5948629dd
Make some oils_ctl.sh improvements.

Add start|stop|restart commands for z39.50 to oils_ctl.sh.

Use LOCALSTATEDIR and SYSCONFDIR configuration variables in
oils_ctl.sh.

Modify the existing SIP2 commands in oils_ctl.sh to use these
configuration variables.

Modify src/Makefile.am to replace LOCALSTATEDIR and SYSCONFDIR
variables in oils_ctl.sh when installing.

Add example/default xml configurations for z39.50:
Open-ILS/examples/oils_yaz.xml.example
Open-ILS/examples/oils_z3950.xml.example

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/examples/oils_ctl.sh
Open-ILS/examples/oils_yaz.xml.example [new file with mode: 0644]
Open-ILS/examples/oils_z3950.xml.example [new file with mode: 0644]
Open-ILS/src/Makefile.am