Attached are patches that complete the work that I should have done in
my first patch. I also modify the Makefile in OpenSRF to prevent
bootstrap.conf.example from being copied from the OpenSRF/examples
directory into /openils/conf/.
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@988
9efc2488-bf62-4759-914b-
345cdb29e865
#!/usr/bin/perl -w
-use OpenSRF::System qw(/pines/conf/bootstrap.conf);
+use OpenSRF::System qw(/openils/conf/opensrf_core.xml);
use Getopt::Long
$| = 1;
print "usage: $0 <num_requests>\n" and exit unless $count;
# * connect to the Jabber network
-OpenSRF::System->bootstrap_client( config_file => "/openils/conf/bootstrap.conf" );
+OpenSRF::System->bootstrap_client( config_file => "/openils/conf/opensrf_core.xml" );
$log->set_service('math_bench');
# * create a new application session for the opensrf.math service
cp -r ../include/opensrf $(INCLUDEDIR)
cp libopensrf/opensrf $(BINDIR)/opensrf-c
make -C c-apps install
- cp ../examples/bootstrap.conf.example $(ETCDIR)
cp ../bin/osrf_ctl.sh $(BINDIR)
cp ../examples/opensrf.xml.example $(ETCDIR)
cp ../examples/opensrf_core.xml.example $(ETCDIR)