Accepting request 340327 from Base:System

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/340327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfs-utils?expand=0&rev=126
This commit is contained in:
Dominique Leuenberger 2015-10-28 16:17:43 +00:00 committed by Git OBS Bridge
commit e85c6d7c9f
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=