Bug 1257544
| Summary: | [TYPO] typo in logger line | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Mario Mikocevic <mario.mikocevic> |
| Component: | initscripts | Assignee: | initscripts Maintenance Team <initscripts-maint-list> |
| Status: | CLOSED ERRATA | QA Contact: | Leos Pol <lpol> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.1 | CC: | jscotka, lpol |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | initscripts-9.49.31-1.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-04 06:42:24 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: | |||
9a55596dbdc402348e56c3f519e6218e8708a5e2 Patch applied. initscripts-9.49.32-1.el7 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2456.html |
Description of problem: Version-Release number of selected component (if applicable): initscripts-9.49.24-1.el7.x86_64 --- a/etc/sysconfig/network-scripts/ifup-eth 2015-01-15 09:57:03.000000000 +0100 +++ b/etc/sysconfig/network-scripts/ifup-eth 2015-08-27 11:56:03.534888068 +0200 @@ -285,7 +285,7 @@ elif [ "${GATEWAYDEV}" = "${DEVICE}" ]; then ip route replace default ${METRIC:+metric $METRIC} \ ${SRC} ${WINDOW:+window $WINDOW} dev ${REALDEVICE} || - net_log $"Erorr adding default gateway for ${REALDEVICE}." + net_log $"Error adding default gateway for ${REALDEVICE}." fi fi fi