diff options
| author | smccroskey <smccroskey@cumulusnetworks.com> | 2017-04-27 14:31:29 -0700 | 
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-11-17 17:55:30 -0800 | 
| commit | 8c43d3b14be2a86a8ce3f0fe14d6791cdfd54a97 (patch) | |
| tree | ffcdeb29589be73de2c06e6f4745cc96a8c9de26 /debian | |
| parent | 47607bcaa0feb17d65ef931f8dd61c4ad0110fa3 (diff) | |
precise/trusty: don't attempt to install pimd or ldpd manuals
Neither of these daemons are installed on 14.04, leading to build
failures now that the man pages are excluded from the Makefiles when
the daemons aren't enabled for install.
Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/backports/ubuntu14.04/debian/frr.install | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/backports/ubuntu14.04/debian/frr.install b/debian/backports/ubuntu14.04/debian/frr.install index 95916754e9..147d15279f 100644 --- a/debian/backports/ubuntu14.04/debian/frr.install +++ b/debian/backports/ubuntu14.04/debian/frr.install @@ -15,8 +15,6 @@ usr/share/man/man8/ripd.8  usr/share/man/man8/ripngd.8  usr/share/man/man8/zebra.8  usr/share/man/man8/isisd.8 -usr/share/man/man8/pimd.8 -usr/share/man/man8/ldpd.8  usr/share/man/man8/watchfrr.8  usr/share/snmp/mibs/  cumulus/etc/* etc/  | 
