- nfsserver.init: fix typo in "--nfs-version 4".

(bnc#849476)

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=102
This commit is contained in:
Neil Brown 2013-11-18 03:36:58 +00:00 committed by Git OBS Bridge
parent 46ba229a89
commit 3c16b1ce9d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 18 03:35:45 UTC 2013 - nfbrown@suse.com
- nfsserver.init: fix typo in "--nfs-version 4".
(bnc#849476)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 17 23:06:16 UTC 2013 - nfbrown@suse.com Sun Nov 17 23:06:16 UTC 2013 - nfbrown@suse.com

View File

@ -205,7 +205,7 @@ case "$1" in
VERSION_PARAMS="--no-nfs-version 4" VERSION_PARAMS="--no-nfs-version 4"
fi fi
if [ "$NFS4_SERVER_MINOR_VERSION" != "0" ]; then if [ "$NFS4_SERVER_MINOR_VERSION" != "0" ]; then
VERSION_PARAMS="$VERSION_PARAMS -nfs-version 4 -nfs-version 4.$NFS4_SERVER_MINOR_VERSION" VERSION_PARAMS="$VERSION_PARAMS --nfs-version 4 -nfs-version 4.$NFS4_SERVER_MINOR_VERSION"
fi fi
if [ -n "$NFSV4LEASETIME" -a -f /proc/fs/nfsd/nfsv4leasetime ]; then if [ -n "$NFSV4LEASETIME" -a -f /proc/fs/nfsd/nfsv4leasetime ]; then
echo "$NFSV4LEASETIME" > /proc/fs/nfsd/nfsv4leasetime echo "$NFSV4LEASETIME" > /proc/fs/nfsd/nfsv4leasetime