diff options
author | stanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-02-11 23:01:56 +0000 |
---|---|---|
committer | stanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-02-11 23:01:56 +0000 |
commit | be4365d3d53f563e08394748c3ae5f488286066a (patch) | |
tree | 56787e426a610d1e77d827f84b9b0c20a10221a7 /TAO/utils | |
parent | 94a07187f3dbea6da67f3f80d515ab19d8ceb634 (diff) | |
download | ATCD-be4365d3d53f563e08394748c3ae5f488286066a.tar.gz |
Modified so FT_Naming_Service would be in a separate independent directory.
Diffstat (limited to 'TAO/utils')
-rw-r--r-- | TAO/utils/nsgroup/README (renamed from TAO/utils/nsgroup/README.nsgroup) | 0 | ||||
-rwxr-xr-x | TAO/utils/nsgroup/run_test.pl | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/TAO/utils/nsgroup/README.nsgroup b/TAO/utils/nsgroup/README index 4dc243dbad1..4dc243dbad1 100644 --- a/TAO/utils/nsgroup/README.nsgroup +++ b/TAO/utils/nsgroup/README diff --git a/TAO/utils/nsgroup/run_test.pl b/TAO/utils/nsgroup/run_test.pl index bd8818e5ffa..a4a1f85bbe5 100755 --- a/TAO/utils/nsgroup/run_test.pl +++ b/TAO/utils/nsgroup/run_test.pl @@ -61,7 +61,7 @@ my $DEF_REF = "-ORBDefaultInitRef corbaloc:iiop:$hostname:$ns_orb_port1"; my $NS_REF = "--ns file://$name_srv_client_iorfile"; my $LOAD_ARG = "$DEF_REF $DEBUG_LEVEL"; -my $tao_ft_naming = "$ENV{TAO_ROOT}/orbsvcs/Naming_Service/tao_ft_naming"; +my $tao_ft_naming = "$ENV{TAO_ROOT}/orbsvcs/FT_Naming_Service/tao_ft_naming"; my $name_dir = "NameService"; my $group_dir = "Groups"; my $ns_args = "$DEBUG_LEVEL " . |