The file /etc/rc.d/rpcbind has a reference to ntpdate which is obsolete
and no longer exists in the distribution. Removing the requirement fixes
the error but the correct solution is probably to change it to rdate or
ntpd.
# PROVIDE: rpcbind
- # REQUIRE: NETWORKING ntpdate syslogd named ppp
+ # REQUIRE: NETWORKING syslogd named ppp
# KEYWORD: DragonFly FreeBSD NetBSD
Regards
GAllan