#!/bin/sh
# portmap
+# Needed by both the NFS server and client
# Source functions library
source /etc/rc.d/init.d/functions
source /etc/sysconfig/network/network-parameters
# Check if NFS server must be enabled
-if [ "x${NFS_SERVER_ENA}" != "xyes" -a "x${NFS_SERVER_ENA}" != "xYes" -a "x${NFS_SERVER_ENA}" != "xYES" ]; then
- exit ${EXIT_CODE_SUCCESS}
-fi
+#if [ "x${NFS_SERVER_ENA}" != "xyes" -a "x${NFS_SERVER_ENA}" != "xYes"
+#-a "x${NFS_SERVER_ENA}" != "xYES" ]; then
+# exit ${EXIT_CODE_SUCCESS}
+#fi
# See how we were called
case "$1" in