diff --git a/nfs-utils.spec b/nfs-utils.spec index 03d1dcc..5a2dbb2 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -257,6 +257,7 @@ fi %changelog * Wed Dec 1 2010 Steve Dickson 1.2.3-2 - The nfs service is not stopped on reboot or halt (bz 652786) +- Removed obsolete configuration values (bz 653765) * Fri Oct 15 2010 Steve Dickson 1.2.3-1 - Update to upstream RC release: nfs-utils-1.2.4-rc1 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 925d063..b9a502e 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" #