Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > ec189b809ea239b5f18bc0673a8e9e41 > files > 12

nfs-utils-1.2.7-3.mga3.src.rpm

#!/bin/sh

. /etc/sysconfig/nfs

#
# Enabled the RDMA server support if configured to do so.
# 
# Load the module and  then enable the server to listen 
# on the given port
if [ -n "$RDMA_PORT" ]; then 
	/sbin/modprobe svcrdma
	echo "rdma $RDMA_PORT" > /proc/fs/nfsd/portlist
fi

exit 0