Whamcloud - gitweb
b=8080
authornathan <nathan>
Wed, 19 Oct 2005 21:49:51 +0000 (21:49 +0000)
committernathan <nathan>
Wed, 19 Oct 2005 21:49:51 +0000 (21:49 +0000)
better errors for 2.4 module autoloading

build/lustre.spec.in

index c2d7735..73b31a6 100644 (file)
@@ -185,8 +185,6 @@ done
 f=/etc/modules.conf
 if [ -f $f ] && ! grep llite $f >/dev/null 2>/dev/null ; then
        cat >> $f <<EOF
-add below ptlrpc ksocklnd
-add below llite osc
 alias lustre llite
 EOF
 fi