K 10 svn:author V 3 bms K 8 svn:date V 27 2004-05-20T11:16:06.000000Z K 7 svn:log V 559 Add a new rc variable, quagga_extralibs_path, to workaround boot-time shared library dependencies. Directory paths listed in this variable MUST belong to local filesystems. When Quagga is compiled with additional libraries (e.g. net-snmp) it can not start during system boot on -CURRENT because ldconfig is called after NETWORKING; "REQUIRE ldconfig" cannot be used because /etc/rc.d/ldconfig uses "REQUIRE mountcritremote" which requires NETWORKING. Wordsmith some comments in the quagga.sh rcNG script. Submitted by: Boris Kovalenko (with some cleanups) END