Bug 1279452

Summary: mimedefang init script produces error when NETWORKING variable not set
Product: [Fedora] Fedora EPEL Reporter: Jonathan Kamens <jik>
Component: mimedefangAssignee: Robert Scheck <redhat-bugzilla>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel7CC: redhat-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: mimedefang-2.78-6.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-24 01:05:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan Kamens 2015-11-09 13:35:20 UTC
This line in /etc/rc.d/init.d/mimedefang:

[ ${NETWORKING} = "no" ] && exit 0


should read:

[ "${NETWORKING}" = "no" ] && exit 0

Otherwise when NETWORKING isn't set in /etc/sysconfig/network, it produces this error:

mimedefang: /etc/rc.d/init.d/mimedefang: line 58: [: =: unary operator expected

Comment 1 Fedora Update System 2016-01-04 21:09:58 UTC
mimedefang-2.78-5.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-897f9d80ed

Comment 2 Fedora Update System 2016-01-05 23:26:56 UTC
mimedefang-2.78-5.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-897f9d80ed

Comment 3 Fedora Update System 2016-01-09 00:08:47 UTC
mimedefang-2.78-6.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-897f9d80ed

Comment 4 Fedora Update System 2016-01-09 17:51:38 UTC
mimedefang-2.78-6.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-897f9d80ed

Comment 5 Fedora Update System 2016-01-24 01:05:57 UTC
mimedefang-2.78-6.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.