Dan Nelson wrote:
>
> Ooh. bug! rc.d/ypbind should have the same check all the other
> rpcbind-dependant scripts have:
>
> ypserv_precmd() { case ${OSTYPE} in FreeBSD) if ! checkyesno
> rpcbind_enable && \ ! /etc/rc.d/rpcbind forcestatus 1>/dev/null 2>&1
> then force_depend rpcbind || return 1 fi ;; esac ... }I think there might be another (unrelated) bug in rc_run_script in /etc/rc.subr. The "eval unset" line unsets the wrong variable when _arg is "faststart" during boot. I think it should unset the "start" variables, not the "faststart" ones which don't exist. Lars -- Lars Eggert <[EMAIL PROTECTED]> USC Information Sciences Institute
smime.p7s
Description: S/MIME Cryptographic Signature
