From c1e84a5ca30f6b02c73416daade70bb3cbafe453 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 25 Oct 2005 15:20:15 +0000 Subject: [PATCH 1/1] b=8080 create /dev/lnet --- build/lustre-kernel-2.4.spec.in | 4 ++-- build/lustre.spec.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/lustre-kernel-2.4.spec.in b/build/lustre-kernel-2.4.spec.in index e3fa2fe..1477916 100644 --- a/build/lustre-kernel-2.4.spec.in +++ b/build/lustre-kernel-2.4.spec.in @@ -852,8 +852,8 @@ rm -rf $RPM_BUILD_ROOT 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 /etc/init.d/lustre ] ; then /sbin/chkconfig --add lustre diff --git a/build/lustre.spec.in b/build/lustre.spec.in index 73b31a6..4b13804 100644 --- a/build/lustre.spec.in +++ b/build/lustre.spec.in @@ -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 -- 1.8.3.1