Bug 556751
| Summary: | ntsysv does not list 'clamd.scan' | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Eli Barzilay <eli> | |
| Component: | chkconfig | Assignee: | Bill Nottingham <notting> | |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | urgent | Docs Contact: | ||
| Priority: | low | |||
| Version: | 12 | CC: | nb, notting, redhat-bugzilla, rh-bugzilla, rvokal, steve | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | chkconfig-1.3.45-1.fc13 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 567387 (view as bug list) | Environment: | ||
| Last Closed: | 2010-03-04 15:42:20 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: | 567387 | |||
|
Description
Eli Barzilay
2010-01-19 10:11:03 UTC
seems to be an ntsysv problem; 'chkconfig ...' works as expected: # LANG=C chkconfig --list | grep clamd clamd.scan 0:off 1:off 2:off 3:off 4:off 5:off 6:off # LANG=C chkconfig clamd.scan on # LANG=C chkconfig --list | grep clamd clamd.scan 0:off 1:off 2:on 3:on 4:on 5:on 6:off http://git.fedorahosted.org/git/?p=chkconfig.git;a=commitdiff;h=4f6940058d8741379a79c88f51aec9ad3c29a6df Will get pushed to rawhide/F13 at some point in the near future. Fixed in 1.3.45-1. chkconfig-1.3.45-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/chkconfig-1.3.45-1.fc13 chkconfig-1.3.45-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |