Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / scripts / lc_modprobe.in
similarity index 92%
rename from lustre/scripts/lc_modprobe.sh.in
rename to lustre/scripts/lc_modprobe.in
index 6116a26..2fe7f78 100644 (file)
@@ -1,12 +1,12 @@
 #!/bin/bash
 #
-# lc_modprobe.sh - add lustre module options into modprobe.conf or 
-#                 modules.conf
+# lc_modprobe - add lustre module options into modprobe.conf or 
+#              modules.conf
 #
 #################################################################################
 
 # Get the library of functions
-. @scriptlibdir@/lc_common.sh
+. @scriptlibdir@/lc_common
 
 # Check the kernel version
 KERNEL_VERSION=`uname -r`