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:
parent
3c16b1ce9d
commit
38549f2307
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user