From c7b0808128de88d189bcae7559fbf7422055121d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 25 Jun 2007 16:41:27 +0000 Subject: - netfs: check for rpcbind, not portmap (#245595) --- rc.d/init.d/netfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/init.d') diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs index 105b97f9..48385930 100755 --- a/rc.d/init.d/netfs +++ b/rc.d/init.d/netfs @@ -37,7 +37,7 @@ case "$1" in start) [ -n "$NFSFSTAB" ] && { - [ ! -f /var/lock/subsys/portmap ] && service portmap start + [ ! -f /var/lock/subsys/rpcbind ] && service rpcbind start action $"Mounting NFS filesystems: " mount -a -t nfs,nfs4 } [ -n "$SMBFSTAB" ] && action $"Mounting SMB filesystems: " mount -a -t smbfs -- cgit v1.2.1