mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
2614c95748
(and missed 3 missed files from previous categories.)
18 lines
319 B
Plaintext
18 lines
319 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
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"
|
|
EOM
|
|
}
|
|
]
|