]> 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, 18 Dec 2018 00:55:51 +0000 (01:55 +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 39ee30883ed217edce740329f0204e285dc46953..e92a138c29bd1efeb368f19bce3c093ffddcd9cc 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