summaryrefslogtreecommitdiff
path: root/doc/developer/building-frr-for-debian12.rst
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2024-01-25 16:35:29 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2024-01-27 19:01:19 +0100
commit444bc5e237ca7d95c61f68e3a4951744058c9b64 (patch)
tree5acc910d3c402ac399b6b04111dab09cb8b46624 /doc/developer/building-frr-for-debian12.rst
parentff62df2e4484b9f89fea4ed736006c21f3a797cc (diff)
build: update packaging & docs for dir changes
`--sysconfdir` and `--localstatedir` now align with general autoconf practices. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'doc/developer/building-frr-for-debian12.rst')
-rw-r--r--doc/developer/building-frr-for-debian12.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer/building-frr-for-debian12.rst b/doc/developer/building-frr-for-debian12.rst
index ca882eedbc..06bc18c252 100644
--- a/doc/developer/building-frr-for-debian12.rst
+++ b/doc/developer/building-frr-for-debian12.rst
@@ -47,9 +47,9 @@ an example.)
cd frr
./bootstrap.sh
./configure \
- --localstatedir=/var/opt/frr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
--sbindir=/usr/lib/frr \
- --sysconfdir=/etc/frr \
--enable-multipath=64 \
--enable-user=frr \
--enable-group=frr \