summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-06-05 13:46:11 +0200
committerGitHub <noreply@github.com>2017-06-05 13:46:11 +0200
commite8863a75e61bbc1ff6c083107c608823771c503f (patch)
tree484d1bd8fadc2da732fd3a02023e038ba7e84033 /redhat
parentMerge pull request #643 from opensourcerouting/2.0-pcreposix (diff)
parentredhat/frr.spec.in: Fix postun script for Fedora. (diff)
downloadfrr-e8863a75e61bbc1ff6c083107c608823771c503f.tar.xz
frr-e8863a75e61bbc1ff6c083107c608823771c503f.zip
Merge pull request #665 from opensourcerouting/rpm-postun-fix
redhat/frr.spec.in: Fix postun script for Fedora.
Diffstat (limited to 'redhat')
-rw-r--r--redhat/frr.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index 133ed1fcd..41023dc35 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -428,6 +428,7 @@ if [ "$1" -ge 1 ]; then
##
/etc/rc.d/init.d/frr restart >/dev/null 2>&1
%endif
+ :
fi
%preun