diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-03-25 12:45:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-25 12:45:04 +0100 |
commit | 08d47116842f8206b23f1defa520bf23283e3588 (patch) | |
tree | 4ea730a6faae56e22cbc8e2aceea04703350bf59 /Makefile.am | |
parent | Merge branch 'frr/pull/4005' (diff) | |
parent | tools/frrcommon.sh: ignore 'declare' failures (diff) | |
download | frr-08d47116842f8206b23f1defa520bf23283e3588.tar.xz frr-08d47116842f8206b23f1defa520bf23283e3588.zip |
Merge pull request #3989 from opensourcerouting/redhat-new-init
redhat: switch to new init script
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 8797a8e5f..2618029a4 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 \ |