Whamcloud - gitweb
b=8080
authornathan <nathan>
Tue, 18 Oct 2005 18:23:08 +0000 (18:23 +0000)
committernathan <nathan>
Tue, 18 Oct 2005 18:23:08 +0000 (18:23 +0000)
- modules aren't as automatic as they should be for linux 2.4
- for some reason python in linux 2.4 didn't understand this lmc construct

build/lustre.spec.in

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