Subject: /usr/etc/ypbind in /etc/netstart
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Brian Marcotte <marcotte@dsn.buffalo.edu>
List: current-users
Date: 12/15/1993 04:37:24
The tail end of /etc/netstart contains:

	if [ -f /usr/sbin/ypbind -a -d /var/yp ]; then
		ypbind;		echo ypbind
	fi

The problem with this is that /usr/sbin/ypbind won't exist if /usr is
mounted over nfs (nfs partitions are not mounted yet). 

I wouldn't suggest moving it somewhere else, but perhaps a 'mount
/usr' could be added just before this clause to make sure /usr is
mounted.

--
- Brian

------------------------------------------------------------------------------