diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2024-01-25 16:35:29 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2024-01-27 19:01:19 +0100 |
| commit | 444bc5e237ca7d95c61f68e3a4951744058c9b64 (patch) | |
| tree | 5acc910d3c402ac399b6b04111dab09cb8b46624 /doc/developer/building-frr-for-openbsd6.rst | |
| parent | ff62df2e4484b9f89fea4ed736006c21f3a797cc (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-openbsd6.rst')
| -rw-r--r-- | doc/developer/building-frr-for-openbsd6.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer/building-frr-for-openbsd6.rst b/doc/developer/building-frr-for-openbsd6.rst index 00bc2e5f09..6d7f346231 100644 --- a/doc/developer/building-frr-for-openbsd6.rst +++ b/doc/developer/building-frr-for-openbsd6.rst @@ -71,8 +71,8 @@ an example) export LDFLAGS="-L/usr/local/lib" export CPPFLAGS="-I/usr/local/include" ./configure \ - --sysconfdir=/etc/frr \ - --localstatedir=/var/frr \ + --sysconfdir=/etc \ + --localstatedir=/var \ --enable-multipath=64 \ --enable-user=_frr \ --enable-group=_frr \ |
