.
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=121
This commit is contained in:
parent
eb9980846b
commit
83a4726236
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 12:55:16 UTC 2014 - werner@suse.de
|
||||
|
||||
- Check if systemd is listen on local socket 111 to trigger the
|
||||
start of the rpcbind.service on demand (bnc#860246)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 14 02:40:01 UTC 2014 - nfbrown@suse.com
|
||||
|
||||
|
4
nfs.init
4
nfs.init
@ -117,7 +117,9 @@ fi
|
||||
|
||||
check_portmap() {
|
||||
# check if either portmap or rpcbind is running
|
||||
if test -x /sbin/portmap && checkproc /sbin/portmap
|
||||
if test -x /sbin/rpcinfo && /sbin/rpcinfo -a 0.0.0.0.0.111 -T tcp 100000 > /dev/null 2>&1
|
||||
then true
|
||||
elif test -x /sbin/portmap && checkproc /sbin/portmap
|
||||
then true
|
||||
elif test -x /sbin/rpcbind && checkproc /sbin/rpcbind
|
||||
then true
|
||||
|
Loading…
x
Reference in New Issue
Block a user