1
0
forked from pool/nfs-utils

Another small fix to nfsserver.init

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=103
This commit is contained in:
Neil Brown 2013-11-18 03:39:57 +00:00 committed by Git OBS Bridge
parent 3c16b1ce9d
commit 38549f2307

View File

@ -87,6 +87,11 @@ if [ -z "$RPC_PIPEFS_DIR" ]; then
RPC_PIPEFS_DIR=/var/lib/nfs/rpc_pipefs
fi
case "$NFS4_SERVER_MINOR_VERSION" in
[0123456789] ) ;;
* ) NFS4_SERVER_MINOR_VERSION=0
esac
check_for_nfsdfs() {
HAVE_NFSDFS="no"
while read dummy type ; do