Am 07.11.2012 17:55, schrieb Taku YAMAMOTO: > Has anyone noticed this with head since r242184? > > % sudo service apache22 start > Performing sanity check on apache22 configuration: > Syntax OK > Starting apache22. > setfib: NO: invalid FIB (max 0) > /usr/local/etc/rc.d/apache22: WARNING: failed to start apache22 > > > I injected the following lines into run_rc_command() in /etc/rc.subr: > > case "$_fib" in > [nN][oO]) unset _fib;; > esac > > now things are back to normal, though of course I know this isn't the > right way to go...
See ports/173366 and the reply by Hiroki SATO: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173366 Your proposed fix is cleaner than the one I suggested in the PR, but I guess Sato-san wants to fix this problem in the affected ports ... Regards, STefan _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"