Finalise deplacement alsa vers stage3
[hvlinux.git] / stage3 / bootscripts / portmap
index 3daf753..f386704 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 # portmap
+# Needed by both the NFS server and client
 
 # Source functions library
 source /etc/rc.d/init.d/functions
@@ -11,9 +12,10 @@ log_script_name "$0 $*"
 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