Lines 86-92
start_z3950()
Link Here
|
86 |
logging="-l /var/log/koha/${instancename}/z3950.log" |
86 |
logging="-l /var/log/koha/${instancename}/z3950.log" |
87 |
|
87 |
|
88 |
Z3950RESPONDER="/usr/bin/perl $KOHA_HOME/$KOHA_BINDIR/z3950_responder.pl" |
88 |
Z3950RESPONDER="/usr/bin/perl $KOHA_HOME/$KOHA_BINDIR/z3950_responder.pl" |
89 |
if [ "$debug_mode" = "yes" ] && is_test_system $instancename; then |
89 |
if [ "$debug_mode" = "yes" ] && is_debug_mode $instancename; then |
90 |
environment="development" |
90 |
environment="development" |
91 |
daemonize="" |
91 |
daemonize="" |
92 |
logging="" # remote debugger takes care |
92 |
logging="" # remote debugger takes care |
Lines 298-304
if [ $# -gt 0 ]; then
Link Here
|
298 |
PERL5LIB=$PERL5LIB:$KOHA_HOME/installer:$KOHA_HOME/lib/installer |
298 |
PERL5LIB=$PERL5LIB:$KOHA_HOME/installer:$KOHA_HOME/lib/installer |
299 |
# If debug mode is enabled, add the debugger lib path |
299 |
# If debug mode is enabled, add the debugger lib path |
300 |
# to PERL5LIB if appropriate |
300 |
# to PERL5LIB if appropriate |
301 |
if [ "$debug_mode" = "yes" ] && is_test_system $name; then |
301 |
if [ "$debug_mode" = "yes" ] && is_debug_mode $name; then |
302 |
if [ "$debugger_path" != "" ]; then |
302 |
if [ "$debugger_path" != "" ]; then |
303 |
PERL5LIB="${debugger_path}":$PERL5LIB |
303 |
PERL5LIB="${debugger_path}":$PERL5LIB |
304 |
fi |
304 |
fi |