From 5ab961f620fb94737b00c33c00dbe8eda15b7238 Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 20 Dec 2004 17:56:34 +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 8ae066e..6f3ee01 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