Skip to content

Commit

Permalink
doc: fix frr config path error in building
Browse files Browse the repository at this point in the history
add --sysconfdir=/etc.

Signed-off-by: xuweiwei <[email protected]>
  • Loading branch information
victory460 authored and xuweiwei committed Aug 15, 2024
1 parent 975e1a3 commit d75df74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/developer/building-frr-for-centos6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ an example.)
cd frr
./bootstrap.sh
./configure \
--sysconfdir=/etc \
--bindir=/usr/bin \
--sbindir=/usr/lib/frr \
--libdir=/usr/lib/frr \
Expand Down
1 change: 1 addition & 0 deletions doc/developer/building-frr-for-centos7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ an example.)
cd frr
./bootstrap.sh
./configure \
--sysconfdir=/etc \
--bindir=/usr/bin \
--sbindir=/usr/lib/frr \
--libdir=/usr/lib/frr \
Expand Down
1 change: 1 addition & 0 deletions doc/developer/building-frr-for-centos8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ an example.)
cd frr
./bootstrap.sh
./configure \
--sysconfdir=/etc \
--bindir=/usr/bin \
--sbindir=/usr/lib/frr \
--libdir=/usr/lib/frr \
Expand Down

0 comments on commit d75df74

Please sign in to comment.