diff options
author | Kaleb S KEITHLEY <kkeithle@redhat.com> | 2016-03-03 14:49:04 -0500 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2016-03-04 16:47:10 -0800 |
commit | fe382917793c00f4cbedeef175707d35cb208f5d (patch) | |
tree | 1d83eed5b5b9a45e4da1f19806b7edc94f3b4af0 /glusterfs.spec.in | |
parent | 8ab87137c855c9a0551a9100c146e4ca76dbbda2 (diff) |
packaging: %post server isn't quiet
firewall-cmd prints out "success" during install
Change-Id: I9b0d3d38170d2fc41fefd6ef555a958c5eeb39aa
BUG: 1312897
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/13596
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Raghavendra Talur <rtalur@redhat.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index d7a15521597..8295b3672cc 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -817,7 +817,7 @@ fi #reload service files if firewalld running if $(systemctl is-active firewalld 1>/dev/null 2>&1); then #firewalld-filesystem is not available for rhel7, so command used for reload. - firewall-cmd --reload + firewall-cmd --reload 1>/dev/null 2>&1 fi %endif |