diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2004-05-20 11:16:06 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-05-20 11:16:06 +0000 |
commit | 4692c8ea5435a4162a594b3688edae79ad797281 (patch) | |
tree | 6ad0979fd85bf2cfbf9ad937675b41b9e2107195 /net/quagga/Makefile | |
parent | 3bf192995590cb27737eff17f0003d79216fde21 (diff) |
Notes
Diffstat (limited to 'net/quagga/Makefile')
-rw-r--r-- | net/quagga/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 52ada15711b5..2f82894a9303 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -145,7 +145,12 @@ post-install: @${ECHO} "" @${ECHO} "defaultrouter=\"NO\"" @${ECHO} "quagga_enable=\"YES\"" - @${ECHO} "Also You may want to set router_enable=\"NO\"" + @${ECHO} "" + @${ECHO} "Also, you may wish to set the following options:" + @${ECHO} "quagga_daemons=\"zebra bgpd etc...\"" + @${ECHO} "quagga_flags=\"....\"" + @${ECHO} "quagga_extralibs_path=\"/path1 /path2\"" + @${ECHO} "router_enable=\"NO\"" @${ECHO} "" @${ECHO} "Note!!! Since 0.96.4_5 port uses new id for quagga user and group." @${ECHO} " So, You need to manually chown files:" |