Whamcloud - gitweb
- return right path back
authoralex <alex>
Fri, 5 Aug 2005 23:14:57 +0000 (23:14 +0000)
committeralex <alex>
Fri, 5 Aug 2005 23:14:57 +0000 (23:14 +0000)
lustre/utils/lconf

index 91c64ed..b40a4df 100755 (executable)
@@ -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!"