]> git.proxmox.com Git - mirror_frr.git/commitdiff
debianpkg: fix install for {frr,rfptest,ospfclient}
authorDavid Lamparter <equinox@diac24.net>
Thu, 25 Oct 2018 14:21:35 +0000 (16:21 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 19 Feb 2019 20:30:52 +0000 (21:30 +0100)
The frr init script is always installed to /usr/lib/frr/frr because
watchfrr setups expect to have it there.

The rfptest and ospfclient binaries are not installed since they are
testing/development tools that don't have an user function.

Signed-off-by: David Lamparter <equinox@diac24.net>
debianpkg/frr.install
debianpkg/not-installed

index b979f9be93ad4606438e302b41e838ce08eb6f2d..79d4e015ecb7ef3c7cbbd60a9283d1b788b29f99 100644 (file)
@@ -3,6 +3,7 @@ usr/bin/vtysh
 usr/bin/mtracebis
 usr/lib/*/libfrr.*
 usr/lib/*/libfrrospfapiclient.*
+usr/lib/frr/frr
 usr/lib/frr/*d
 usr/lib/frr/watchfrr
 usr/lib/frr/zebra
index e43b95cb9733f720809c937319f06f92ba92836e..1a89f3585372c80c61a9df26ad4f7ef5d030fba8 100644 (file)
@@ -1 +1,3 @@
 usr/include
+usr/lib/frr/ospfclient
+usr/lib/frr/rfptest