From d673e625867c67b54181432064115ca878908642 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Dec 01 2010 20:20:36 +0000 Subject: Removed obsolete configuration values (bz 653765) Signed-off-by: Steve Dickson --- diff --git a/nfs-utils.spec b/nfs-utils.spec index ad870fa..28ff725 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -254,6 +254,7 @@ fi %changelog * Wed Dec 1 2010 Steve Dickson 1.2.3-4 - The nfs service is not stopped on reboot or halt (bz 652786) +- Removed obsolete configuration values (bz 653765) * Mon Nov 29 2010 Steve Dickson 1.2.3-3 - Updated to latest upstream release: nfs-utils-1-2-4-rc3 diff --git a/nfs.init b/nfs.init index d173c04..afac520 100755 --- a/nfs.init +++ b/nfs.init @@ -104,11 +104,6 @@ case "$1" in [ -n "$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 no|NO) RPCMOUNTDOPTS="$RPCMOUNTDOPTS --no-nfs-version 2" ;; diff --git a/nfs.sysconfig b/nfs.sysconfig index 0238eef..a77135f 100644 --- a/nfs.sysconfig +++ b/nfs.sysconfig @@ -2,7 +2,6 @@ # Define which protocol versions mountd # will advertise. The values are "no" or "yes" # with yes being the default -#MOUNTD_NFS_V1="no" #MOUNTD_NFS_V2="no" #MOUNTD_NFS_V3="no" #