From: vsr Date: Tue, 28 Apr 2009 15:20:29 +0000 (+0000) Subject: Issue 0020331: add the -nohostname option on windows (patch from E.Adam) X-Git-Tag: CCAR_cm3_start~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=59337ff4d18503f63f3763a2d0de472c46c996db;p=modules%2Fkernel.git Issue 0020331: add the -nohostname option on windows (patch from E.Adam) --- diff --git a/bin/nameserver.py b/bin/nameserver.py index 46986f897..32fa88627 100755 --- a/bin/nameserver.py +++ b/bin/nameserver.py @@ -95,7 +95,7 @@ class NamingServer(Server): #print "port=", aPort if sys.platform == "win32": #print "start omniNames -start " + aPort + " -logdir " + upath - self.CMD=['omniNames -start ' , aPort , ' -logdir ' , '\"' + upath + '\"', ' -errlog', '\"' + upath+'/omniNameErrors.log' + '\"'] + self.CMD=['omniNames -start ' , aPort , ' -nohostname ', ' -logdir ' , '\"' + upath + '\"', ' -errlog', '\"' + upath+'/omniNameErrors.log' + '\"'] #os.system("start omniNames -start " + aPort + " -logdir " + upath) else: #self.CMD=['omniNames -start ' , aPort , ' -logdir ' , upath , ' &']