Bug 116555
| Summary: | netplugd init.d script not managed by chkconfig | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Gary Peck <gbpeck> |
| Component: | net-tools | Assignee: | Phil Knirsch <pknirsch> |
| Status: | CLOSED RAWHIDE | QA Contact: | Ben Levenson <benl> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-03-23 14:44:31 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 114961 | ||
fixed in net-tools-1.60-23 |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040211 Firefox/0.8 Description of problem: The net-tools package does not run "/sbin/chkconfig --add netplugd" in its %post script. As a result, netplugd isn't managed by chkconfig. (Thanks for including netplugd! Should be very useful for us laptop users.) Version-Release number of selected component (if applicable): net-tools-1.60-22 How reproducible: Always Steps to Reproduce: 1. rpm -Uvh net-tools-1.60-22.i386.rpm 2. /sbin/chkconfig --list netplugd 3. Actual Results: service netplugd supports chkconfig, but is not referenced in any runlevel (run 'chkconfig --add netplugd') Expected Results: netplugd 0:off 1:off 2:on 3:on 4:on 5:on 6:off Additional info: