Accepting request 208643 from Base:System

- nfsserver.init: fix that typo properly.
  Somehow I only fixed part of the problem
  (bnc#849476)

OBS-URL: https://build.opensuse.org/request/show/208643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfs-utils?expand=0&rev=111
This commit is contained in:
Stephan Kulow 2013-11-28 06:38:10 +00:00 committed by Git OBS Bridge
commit 2a101114d3
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 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" 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