summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorRuben Kerkhof <ruben@rubenkerkhof.com>2018-06-05 17:18:21 +0200
committerRuben Kerkhof <ruben@rubenkerkhof.com>2018-06-19 09:57:52 +0200
commit95624f7b3462a35de3ee97796e9d19d18a172c0e (patch)
tree99960ba22da60a5b400fef265784b9a46d17d093 /redhat
parentredhat: remove a few superfluous Requires from spec file (diff)
downloadfrr-95624f7b3462a35de3ee97796e9d19d18a172c0e.tar.xz
frr-95624f7b3462a35de3ee97796e9d19d18a172c0e.zip
redhat: add missing dependencies on chkconfig in spec file
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
Diffstat (limited to 'redhat')
-rw-r--r--redhat/frr.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index 2b0bf6b76..54494ecf1 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -168,6 +168,8 @@ Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
%else
+Requires(post): chkconfig
+Requires(preun): chkconfig
# Initscripts > 5.60 is required for IPv6 support
Requires(pre): initscripts >= 5.60
%endif