X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fbootscripts%2Fportmap;h=f38670484437e9e45dc2ba39ec72fee41f2e3cde;hb=4fcbeb0fcbc674b5442df059a33bdb882120fe0e;hp=3daf7538297893aabc94beffdc89a8b70371b523;hpb=9e3f8101a7e4d974db8e9afeb9c90c13a43ae8d7;p=hvlinux.git diff --git a/stage3/bootscripts/portmap b/stage3/bootscripts/portmap index 3daf753..f386704 100755 --- a/stage3/bootscripts/portmap +++ b/stage3/bootscripts/portmap @@ -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