summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/mountd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/mountd')
-rwxr-xr-xetc/rc.d/mountd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/mountd b/etc/rc.d/mountd
index 612365f..0e56995 100755
--- a/etc/rc.d/mountd
+++ b/etc/rc.d/mountd
@@ -35,7 +35,7 @@ mountd_precmd()
fi
if ! checkyesno portmap_enable && \
- [ -z "`check_process ${portmap_program}`" ]
+ ! /etc/rc.d/rpcbind forcestatus 1>/dev/null 2>&1
then
force_depend rpcbind || return 1
fi
OpenPOWER on IntegriCloud