Whamcloud - gitweb
b=8080
[fs/lustre-release.git] / build / lustre.spec.in
index 9803991..73b31a6 100644 (file)
@@ -177,9 +177,6 @@ for ext in .local "" ; do
        f=/etc/modprobe.conf$ext
        if [ -f $f ] && ! grep llite $f >/dev/null 2>/dev/null ; then
                cat >> $f <<EOF
-install kptlrouter modprobe portals ; modprobe --ignore-install kptlrouter
-install ptlrpc modprobe ksocknal ; modprobe --ignore-install ptlrpc
-install llite modprobe lov osc ; modprobe --ignore-install llite
 alias lustre llite
 EOF
                break
@@ -188,9 +185,6 @@ done
 f=/etc/modules.conf
 if [ -f $f ] && ! grep llite $f >/dev/null 2>/dev/null ; then
        cat >> $f <<EOF
-add below kptlrouter portals
-add below ptlrpc ksocknal
-add below llite lov osc
 alias lustre llite
 EOF
 fi