summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/start_services
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-06 00:31:37 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-06 00:31:37 +0000
commitdd349e38ca4ea7055385629e9354f07acd43c2ae (patch)
tree0c615d51e6b8fab87151043a435bc309a1532e00 /TAO/orbsvcs/tests/start_services
parent6bc8a81573085a22d16731fbfad187078e3663a6 (diff)
downloadATCD-dd349e38ca4ea7055385629e9354f07acd43c2ae.tar.gz
updated the name of the environment variable to use for storing Naming Service IOR.
Diffstat (limited to 'TAO/orbsvcs/tests/start_services')
-rwxr-xr-xTAO/orbsvcs/tests/start_services4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/start_services b/TAO/orbsvcs/tests/start_services
index e91f0162194..d5573d16ebf 100755
--- a/TAO/orbsvcs/tests/start_services
+++ b/TAO/orbsvcs/tests/start_services
@@ -104,5 +104,5 @@ ps $ps_opts | grep Service | grep -v grep
echo
echo Note: if you will be running an application that uses the Naming Service,
echo you might want to set the NameService environment variable, like this:
-echo 't/csh: % setenv NameService `cat /tmp/nameserviceior_'$login'`'
-echo 'bash: $ export NameService=`cat /tmp/nameserviceior_'$login'`'
+echo 't/csh: % setenv NameServiceIOR `cat /tmp/nameserviceior_'$login'`'
+echo 'bash: $ export NameServiceIOR=`cat /tmp/nameserviceior_'$login'`'