[Opensrf-commits] r1493 - trunk/bin
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Nov 11 15:49:56 EST 2008
Author: erickson
Date: 2008-11-11 15:49:52 -0500 (Tue, 11 Nov 2008)
New Revision: 1493
Modified:
trunk/bin/osrf_ctl.sh
Log:
in trunk, go ahead and run the perl control script with verbose flag on
Modified: trunk/bin/osrf_ctl.sh
===================================================================
--- trunk/bin/osrf_ctl.sh 2008-11-06 20:45:20 UTC (rev 1492)
+++ trunk/bin/osrf_ctl.sh 2008-11-11 20:49:52 UTC (rev 1493)
@@ -160,14 +160,14 @@
function start_perl {
echo "Starting OpenSRF Perl";
- opensrf-perl.pl --pid-dir $OPT_PID_DIR \
+ opensrf-perl.pl --verbose --pid-dir $OPT_PID_DIR \
--config $OPT_CONFIG --action start_all --settings-startup-pause 3
return 0;
}
function stop_perl {
echo "Stopping OpenSRF Perl";
- opensrf-perl.pl --pid-dir $OPT_PID_DIR --config $OPT_CONFIG --action stop_all
+ opensrf-perl.pl --verbose --pid-dir $OPT_PID_DIR --config $OPT_CONFIG --action stop_all
sleep 1;
return 0;
}
More information about the opensrf-commits
mailing list