diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-01 09:32:33 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-01 09:32:33 +0000 |
commit | 13b6f3fd9297ef0deeeaa218a762ce4162310dcb (patch) | |
tree | c1cc4ec6e702cbd4f92ae41f3e3097a2453345ce | |
parent | cb7d0d259069d360aa7409d48e1bdc916b977e12 (diff) | |
download | ATCD-13b6f3fd9297ef0deeeaa218a762ce4162310dcb.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog-99b | 5 | ||||
-rwxr-xr-x | bin/tao_svcconf.pl | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index 2527a4e5591..b9a577732cb 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,3 +1,8 @@ +Thu Apr 1 03:30:19 1999 Nanbor Wang <nanbor@cs.wustl.edu> + + * bin/tao_svcconf.pl: New perl script to help converting TAO's + svc.conf file to use static services. + Wed Mar 31 14:30:28 1999 Nanbor Wang <nanbor@cs.wustl.edu> * ace/OS.h: Fixed mis-matched #endif comments. Thanks to Eric diff --git a/bin/tao_svcconf.pl b/bin/tao_svcconf.pl index b5f9fc29c7f..56d05830f59 100755 --- a/bin/tao_svcconf.pl +++ b/bin/tao_svcconf.pl @@ -10,6 +10,6 @@ eval '(exit $?0)' && eval 'exec perl -pi -S $0 ${1+"$@"}' # You may want to run the "find" command with this script, which maybe # something like this: # -# find . -name svc.conf -print | xargs $ACE_ROOT/bin/svcconf.pl +# find . -name svc.conf -print | xargs $ACE_ROOT/bin/tao_svcconf.pl s/^ *dynamic *([A-Za-z_]+) [^\"]+(\"[^\"]+\").*/static $1 $2/; |