From f1becab5a6de03855a358b3f6561aff95f508fdd Mon Sep 17 00:00:00 2001 From: rread Date: Wed, 4 Sep 2002 19:17:32 +0000 Subject: [PATCH 1/1] add hostname to gdb script --- lustre/utils/lconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/utils/lconf b/lustre/utils/lconf index 6d3c79d..6b808cd 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -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: -- 1.8.3.1