From c42a4feb2e5a1b18345b599358703f505b42f853 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 25 Oct 2018 16:21:35 +0200 Subject: [PATCH] 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 --- debianpkg/frr.install | 1 + debianpkg/not-installed | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debianpkg/frr.install b/debianpkg/frr.install index b979f9be93..79d4e015ec 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 -- 2.39.5