From f5dfe364f2f0966ded055fc0d56c12c0666dea01 Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 20 Dec 2004 17:57:54 +0000 Subject: [PATCH] fix in-tree path to portals --- lustre/utils/lconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/lconf b/lustre/utils/lconf index d34c892..883541a 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -58,7 +58,7 @@ DEFAULT_PORT = 988 # Maximum number of devices to search for. # (the /dev/loop* nodes need to be created beforehand) MAX_LOOP_DEVICES = 256 -PORTALS_DIR = 'portals' +PORTALS_DIR = '../portals' # Needed to call lconf --record CONFIG_FILE = "" -- 1.8.3.1