Hello community, here is the log from the commit of package nfs-utils for openSUSE:Factory checked in at 2015-10-28 17:17:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nfs-utils (Old) and /work/SRC/openSUSE:Factory/.nfs-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nfs-utils" Changes: -------- --- /work/SRC/openSUSE:Factory/nfs-utils/nfs-utils.changes 2015-10-12 10:00:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2015-10-28 17:17:44.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Oct 15 03:32:53 UTC 2015 - [email protected] + +- nfs-utils_env.sh: honour RPC_PIPEFS_DIR setting. + It is currently ignored due to a logic error. + (bsc#947852) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nfs-utils_env.sh ++++++ --- /var/tmp/diff_new_pack.WMauxs/_old 2015-10-28 17:17:45.000000000 +0100 +++ /var/tmp/diff_new_pack.WMauxs/_new 2015-10-28 17:17:45.000000000 +0100 @@ -13,7 +13,7 @@ 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=
