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