/etc/rc.d/rpcbind requires ntpdate
    Gary Allan 
    dragonfly at gallan.plus.com
       
    Sat Feb 19 05:31:11 PST 2005
    
    
  
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
    
    
More information about the Bugs
mailing list