Whamcloud - gitweb
add hostname to gdb script
authorrread <rread>
Wed, 4 Sep 2002 19:17:32 +0000 (19:17 +0000)
committerrread <rread>
Wed, 4 Sep 2002 19:17:32 +0000 (19:17 +0000)
lustre/utils/lconf

index 6d3c79d..6b808cd 100755 (executable)
@@ -1379,7 +1379,8 @@ def main():
     debug("configuring for host: ", node_list)
 
     if len(host) > 0:
-        config._debug_path = '/tmp/lustre-log-' + host
+        config._debug_path = config._debug_path + '-' + host
+        config._gdb_script = config._gdb_script + '-' + host
 
     TCP_ACCEPTOR = find_prog('acceptor')
     if not TCP_ACCEPTOR: