From: jacob Date: Thu, 7 Jul 2005 21:43:41 +0000 (+0000) Subject: - add things to /etc/modules.conf | /etc/modprobe.conf X-Git-Tag: v1_7_100~1096 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f211510e0178129d5e68b403bcfbaf19b785aa3b;p=fs%2Flustre-release.git - add things to /etc/modules.conf | /etc/modprobe.conf - tweaks to init scripts for SLES 9 --- diff --git a/build/lustre.spec.in b/build/lustre.spec.in index 0f827d5..33d4d46 100644 --- a/build/lustre.spec.in +++ b/build/lustre.spec.in @@ -170,6 +170,27 @@ if [ -f /boot/System.map-%{kversion} ]; then else depmod -ae %{kversion} || exit 0 fi +for ext in .local "" ; do + f=/etc/modprobe.conf$ext + if [ -f $f ] && ! grep llite $f >/dev/null 2>/dev/null ; then + cat >> $f </dev/null 2>/dev/null ; then + cat >> $f <