diff options
author | Quentin Young <qlyoung@nvidia.com> | 2021-02-17 00:05:38 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@nvidia.com> | 2021-04-09 19:14:30 +0200 |
commit | b832909b42dc3cb83901a99ac37666919b6f79d9 (patch) | |
tree | c870f98a5f30158dcbaf733e0fe3c3d898756ee7 /pimd/subdir.am | |
parent | rpm: install frr.conf by default (diff) | |
download | frr-b832909b42dc3cb83901a99ac37666919b6f79d9.tar.xz frr-b832909b42dc3cb83901a99ac37666919b6f79d9.zip |
*: remove *.conf.sample files
Most of these are many, many years out of date. All of them vary
randomly in quality. They show up by default in packages where they
aren't really useful now that we use integrated config. Remove them.
The useful ones have been moved to the docs.
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
Diffstat (limited to 'pimd/subdir.am')
-rw-r--r-- | pimd/subdir.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/subdir.am b/pimd/subdir.am index 717f4782f..9910642ff 100644 --- a/pimd/subdir.am +++ b/pimd/subdir.am @@ -7,7 +7,6 @@ noinst_LIBRARIES += pimd/libpim.a sbin_PROGRAMS += pimd/pimd bin_PROGRAMS += pimd/mtracebis noinst_PROGRAMS += pimd/test_igmpv3_join -dist_examples_DATA += pimd/pimd.conf.sample vtysh_scan += pimd/pim_cmd.c vtysh_daemons += pimd man8 += $(MANBUILD)/frr-pimd.8 |