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-freebsd9.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-freebsd9.rst')
| -rw-r--r-- | doc/developer/building-frr-for-freebsd9.rst | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer/building-frr-for-freebsd9.rst b/doc/developer/building-frr-for-freebsd9.rst index 30332875a0..9f9073d4e2 100644 --- a/doc/developer/building-frr-for-freebsd9.rst +++ b/doc/developer/building-frr-for-freebsd9.rst @@ -70,9 +70,9 @@ an example)      export LDFLAGS="-L/usr/local/lib"      export CPPFLAGS="-I/usr/local/include"      ./configure \ -        --sysconfdir=/usr/local/etc/frr \ +        --sysconfdir=/usr/local/etc \ +        --localstatedir=/var \          --enable-pkgsrcrcdir=/usr/pkg/share/examples/rc.d \ -        --localstatedir=/var/run/frr \          --prefix=/usr/local \          --enable-multipath=64 \          --enable-user=frr \  | 
