- nfs-utils_env.sh: honour RPC_PIPEFS_DIR setting.

It is currently ignored due to a logic error.
  (bsc#947852)

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=144
This commit is contained in:
Neil Brown 2015-10-15 03:35:09 +00:00 committed by Git OBS Bridge
parent a69d337d93
commit 02b9f027c5
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 15 03:32:53 UTC 2015 - nfbrown@suse.com
- nfs-utils_env.sh: honour RPC_PIPEFS_DIR setting.
It is currently ignored due to a logic error.
(bsc#947852)
-------------------------------------------------------------------
Thu Sep 24 02:29:36 UTC 2015 - nfbrown@suse.com

View File

@ -13,7 +13,7 @@ fi
pipefs=
if [ -n "$RPC_PIPEFS_DIR" -a "$RPC_PIPEFS_DIR" != "/var/lib/nfs/rpc_pipefs" ]; then
pipefs="-p /var/lib/nfs/rpc_pipefs"
pipefs="-p $RPC_PIPEFS_DIR"
fi
mountdport=