diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-06-05 13:46:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-05 13:46:11 +0200 |
commit | e8863a75e61bbc1ff6c083107c608823771c503f (patch) | |
tree | 484d1bd8fadc2da732fd3a02023e038ba7e84033 /redhat | |
parent | Merge pull request #643 from opensourcerouting/2.0-pcreposix (diff) | |
parent | redhat/frr.spec.in: Fix postun script for Fedora. (diff) | |
download | frr-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.in | 1 |
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 |