cvs commit: ports/net/quagga Makefile ports/net/quagga/files quagga.sh

Bruce M Simpson bms at FreeBSD.org
Thu May 20 04:16:09 PDT 2004


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


More information about the cvs-all mailing list