Date: Thu, 20 May 2004 04:16:06 -0700 (PDT) From: Bruce M Simpson <bms@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/quagga Makefile ports/net/quagga/files quagga.sh Message-ID: <200405201116.i4KBG63s074760@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2004/05/20 04:16:06 PDT FreeBSD ports repository (src committer) Modified files: net/quagga Makefile net/quagga/files quagga.sh Log: 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) Revision Changes Path 1.18 +6 -1 ports/net/quagga/Makefile 1.4 +17 -6 ports/net/quagga/files/quagga.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405201116.i4KBG63s074760>