diff options
author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2017-07-12 18:25:33 +0200 |
---|---|---|
committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2017-07-12 18:25:33 +0200 |
commit | 1689cf7e44a7e4a4c06eefceb7ddef669f50f5d0 (patch) | |
tree | 1f7e57adb1910d0ab76f4c5b1286e90995617699 /buildtest.sh | |
parent | Merge pull request #793 from opensourcerouting/hash-double-init (diff) | |
download | frr-1689cf7e44a7e4a4c06eefceb7ddef669f50f5d0.tar.xz frr-1689cf7e44a7e4a4c06eefceb7ddef669f50f5d0.zip |
config: switch a few references to say FRR
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
Diffstat (limited to 'buildtest.sh')
-rwxr-xr-x | buildtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtest.sh b/buildtest.sh index cbe6962a4..b4b02d10b 100755 --- a/buildtest.sh +++ b/buildtest.sh @@ -1,7 +1,7 @@ #!/bin/bash # written 2012-2013 by David Lamparter, placed in Public Domain. # -# builds some git commit of Quagga in some different configurations +# builds some git commit of FRR in some different configurations # usage: buildtest.sh [commit [configurations...]] basecfg="--prefix=/usr --enable-user=frr --enable-group=frr --enable-vty-group=frr --enable-configfile-mask=0660 --enable-logfile-mask=0640 --enable-vtysh --sysconfdir=/etc/frr --enable-exampledir=/etc/frr/samples --localstatedir=/var/run/frr --libdir=/usr/lib64/frr --enable-rtadv --disable-static --enable-isisd --enable-multipath=0 --enable-pimd --enable-werror" |