mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
c532e290ee
- Add LICENSE - Use USERS/GROUPS - Cleanup whitespace - Remove legacy targets/options - Update MASTER_SITES - Use pkg-message instead of ${ECHO} PR: ports/166368 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Security: 42a2c82a-75b9-11e1-89b4-001ec9578670 Feature safe: yes
14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
==========================================================
|
|
To enable quagga, add the following lines to rc.conf:
|
|
|
|
defaultrouter="NO"
|
|
quagga_enable="YES"
|
|
|
|
Also, you may wish to set the following options:"
|
|
quagga_daemons="zebra bgpd etc..."
|
|
quagga_flags="...."
|
|
quagga_extralibs_path="... ..."
|
|
router_enable="NO"
|
|
watchquagga_enable="YES"
|
|
==========================================================
|