Whamcloud - gitweb
b=8080
[fs/lustre-release.git] / build / lustre.spec.in
index c2d7735..4b13804 100644 (file)
@@ -165,8 +165,8 @@ rm -f %{_libdir}/lustre/python/Lustre/*.pyc
 if [ ! -e /dev/obd ]; then
    mknod /dev/obd c 10 241
 fi
-if [ ! -e /dev/portals ]; then
-   mknod /dev/portals c 10 240
+if [ ! -e /dev/lnet ]; then
+   mknod /dev/lnet c 10 240
 fi
 if [ -f /boot/System.map-%{kversion} ]; then
        depmod -ae -F /boot/System.map-%{kversion} %{kversion} || exit 0
@@ -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