From 4bf3d2daa4ff7e2dfd41541763d980a0fc21c5d7 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 5 Aug 2005 23:14:57 +0000 Subject: [PATCH] - return right path back --- lustre/utils/lconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/lconf b/lustre/utils/lconf index 91c64ed..b40a4df 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -1214,7 +1214,7 @@ class kmod: self.name) if not module and self.name != 'ptlrpcs_gss': panic('module not found:', self.name) - (rc, out) = run('/usr/local/sbin/insmod', module) + (rc, out) = run('/sbin/insmod', module) if rc: if self.name == 'ptlrpcs_gss': print "Warning: not support gss security!" -- 1.8.3.1