From 02b9f027c54e5e888c30c9cd27e2cb2c7f778eefda4624c4ddac9010382b96dc Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 15 Oct 2015 03:35:09 +0000 Subject: [PATCH] - 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 --- nfs-utils.changes | 7 +++++++ nfs-utils_env.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/nfs-utils.changes b/nfs-utils.changes index 3e55e23..2ffd4c5 100644 --- a/nfs-utils.changes +++ b/nfs-utils.changes @@ -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 diff --git a/nfs-utils_env.sh b/nfs-utils_env.sh index bd2e01e..af59868 100644 --- a/nfs-utils_env.sh +++ b/nfs-utils_env.sh @@ -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=