Removed obsolete configuration values (bz 653765)

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2010-12-01 13:27:38 -05:00
parent 5f9e463653
commit d673e62586
3 changed files with 1 additions and 6 deletions

View File

@ -254,6 +254,7 @@ fi
%changelog %changelog
* Wed Dec 1 2010 Steve Dickson <steved@redhat.com> 1.2.3-4 * Wed Dec 1 2010 Steve Dickson <steved@redhat.com> 1.2.3-4
- The nfs service is not stopped on reboot or halt (bz 652786) - The nfs service is not stopped on reboot or halt (bz 652786)
- Removed obsolete configuration values (bz 653765)
* Mon Nov 29 2010 Steve Dickson <steved@redhat.com> 1.2.3-3 * Mon Nov 29 2010 Steve Dickson <steved@redhat.com> 1.2.3-3
- Updated to latest upstream release: nfs-utils-1-2-4-rc3 - Updated to latest upstream release: nfs-utils-1-2-4-rc3

View File

@ -104,11 +104,6 @@ case "$1" in
[ -n "$MOUNTD_PORT" ] \ [ -n "$MOUNTD_PORT" ] \
&& RPCMOUNTDOPTS="$RPCMOUNTDOPTS -p $MOUNTD_PORT" && RPCMOUNTDOPTS="$RPCMOUNTDOPTS -p $MOUNTD_PORT"
case $MOUNTD_NFS_V1 in
no|NO)
RPCMOUNTDOPTS="$RPCMOUNTDOPTS --no-nfs-version 1" ;;
esac
case $MOUNTD_NFS_V2 in case $MOUNTD_NFS_V2 in
no|NO) no|NO)
RPCMOUNTDOPTS="$RPCMOUNTDOPTS --no-nfs-version 2" ;; RPCMOUNTDOPTS="$RPCMOUNTDOPTS --no-nfs-version 2" ;;

View File

@ -2,7 +2,6 @@
# Define which protocol versions mountd # Define which protocol versions mountd
# will advertise. The values are "no" or "yes" # will advertise. The values are "no" or "yes"
# with yes being the default # with yes being the default
#MOUNTD_NFS_V1="no"
#MOUNTD_NFS_V2="no" #MOUNTD_NFS_V2="no"
#MOUNTD_NFS_V3="no" #MOUNTD_NFS_V3="no"
# #