- 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:
parent
46ba229a89
commit
3c16b1ce9d
@ -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
|
||||
|
||||
|
@ -205,7 +205,7 @@ case "$1" in
|
||||
VERSION_PARAMS="--no-nfs-version 4"
|
||||
fi
|
||||
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
|
||||
if [ -n "$NFSV4LEASETIME" -a -f /proc/fs/nfsd/nfsv4leasetime ]; then
|
||||
echo "$NFSV4LEASETIME" > /proc/fs/nfsd/nfsv4leasetime
|
||||
|
Loading…
x
Reference in New Issue
Block a user