Removed obsolete configuration values (bz 653765)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
5f9e463653
commit
d673e62586
@ -254,6 +254,7 @@ fi
|
||||
%changelog
|
||||
* 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)
|
||||
- Removed obsolete configuration values (bz 653765)
|
||||
|
||||
* Mon Nov 29 2010 Steve Dickson <steved@redhat.com> 1.2.3-3
|
||||
- Updated to latest upstream release: nfs-utils-1-2-4-rc3
|
||||
|
5
nfs.init
5
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" ;;
|
||||
|
@ -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"
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user