From: David Lamparter Date: Thu, 25 Oct 2018 14:21:35 +0000 (+0200) Subject: debianpkg: fix install for {frr,rfptest,ospfclient} X-Git-Tag: frr-6.0.1~2^2~40 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=fe2d763c283b2aa65ad6b3247db256c8f58e85a4;p=matthieu%2Ffrr.git debianpkg: fix install for {frr,rfptest,ospfclient} 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 --- diff --git a/debianpkg/frr.install b/debianpkg/frr.install index 39ee30883e..e92a138c29 100644 --- a/debianpkg/frr.install +++ b/debianpkg/frr.install @@ -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 diff --git a/debianpkg/not-installed b/debianpkg/not-installed index e43b95cb97..1a89f35853 100644 --- a/debianpkg/not-installed +++ b/debianpkg/not-installed @@ -1 +1,3 @@ usr/include +usr/lib/frr/ospfclient +usr/lib/frr/rfptest