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=