From a27bc1f2cf4ac3958a70ed19346f19627c2fa983 Mon Sep 17 00:00:00 2001 From: dougb Date: Fri, 21 Jun 2002 19:50:01 +0000 Subject: Hone the rpcbind dependency checking. Submitted by: Mike Makonnen --- etc/rc.d/mountd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.d/mountd') 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 -- cgit v1.1