diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2019-02-19 00:44:01 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-03-21 13:37:04 +0100 |
commit | 81b834a59d314094552468091feb70d7bd01ff8d (patch) | |
tree | 4ad5f676eddd95119ca33e946599428031a3cfea /Makefile.am | |
parent | Merge pull request #3967 from chiragshah6/evpn_dev (diff) | |
download | frr-81b834a59d314094552468091feb70d7bd01ff8d.tar.xz frr-81b834a59d314094552468091feb70d7bd01ff8d.zip |
redhat: switch to new init script
Drop the special versions of frr.init/frr.service/daemons from redhat/
and use the generic versions instead.
Tested-by: Liam McBirnie <liam.mcbirnie@boeing.com>
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 6e3c2a418..43bad7254 100644 --- a/Makefile.am +++ b/Makefile.am @@ -175,9 +175,6 @@ EXTRA_DIST += \ python/clidef.py \ python/clippy/__init__.py \ \ - redhat/frr.init \ - redhat/frr.service \ - redhat/daemons \ redhat/frr.logrotate \ redhat/frr.pam \ redhat/frr.spec \ |