Bug 52225
Summary: | ifup-ippp doenst check return code of isdnctrl | ||
---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Ronny Buchmann <ronny-rhbugzilla> |
Component: | initscripts | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.0 | CC: | rvokal, than |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-08-22 05:55:57 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ronny Buchmann
2001-08-21 19:51:36 UTC
Than, is this fixed in 6.24-1? isdnctrl $* >/dev/null 2>&1 && exit 1 is wrong, right is of course: isdnctrl $* >/dev/null 2>&1 || exit 1 It's fixed in 6.25-1. You will find it in next rawhide release. |