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:
commit
e85c6d7c9f
@ -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
|
Thu Sep 24 02:29:36 UTC 2015 - nfbrown@suse.com
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ fi
|
|||||||
|
|
||||||
pipefs=
|
pipefs=
|
||||||
if [ -n "$RPC_PIPEFS_DIR" -a "$RPC_PIPEFS_DIR" != "/var/lib/nfs/rpc_pipefs" ]; then
|
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
|
fi
|
||||||
|
|
||||||
mountdport=
|
mountdport=
|
||||||
|
Loading…
Reference in New Issue
Block a user