Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / bin / tao_svcconf.pl
blob3653200f1bde18f5fa249841ecae7009311522c2
1 eval '(exit $?0)' && eval 'exec perl -pi -S $0 ${1+"$@"}'
2 & eval 'exec perl -pi -S $0 $argv:q'
3 if 0;
6 # This script can help you convert TAO svc.conf using dynamic services
7 # to use static services.
9 # You may want to run the "find" command with this script, which maybe
10 # something like this:
12 # find . -name svc.conf -print | xargs $TAO_ROOT/bin/tao_svcconf.pl
14 s/^ *dynamic *([A-Za-z_]+) [^\"]+(\"[^\"]+\").*/static $1 $2/;