- nfsserver.init: fix that typo properly.

Somehow I only fixed part of the problem
  (bnc#849476)

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=107
This commit is contained in:
Neil Brown 2013-11-27 09:03:36 +00:00 committed by Git OBS Bridge
parent ad36b288c8
commit e40ed1131c
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 27 09:00:36 UTC 2013 - nfbrown@suse.com
- nfsserver.init: fix that typo properly.
Somehow I only fixed part of the problem
(bnc#849476)
-------------------------------------------------------------------
Tue Nov 26 13:05:11 UTC 2013 - werner@suse.de

View File

@ -210,7 +210,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