Bug 632294
| Summary: | install_initd fails on Required-Start: $local_fs | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bill Nottingham <notting> |
| Component: | chkconfig | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 14 | CC: | audiofanatic, hliu, jason.corley, llim, mnowak, notting, rh-bugzilla, rvokal, wberrier |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | chkconfig-1.3.48-1.fc14 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 508213 | Environment: | |
| Last Closed: | 2010-11-01 20:51:48 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: | 508213 | ||
| Bug Blocks: | |||
|
Description
Bill Nottingham
2010-09-09 15:46:24 UTC
http://git.fedorahosted.org/git/?p=chkconfig.git;a=commitdiff;h=4d4884c896c4e290967f12de2ac4830b6591446b Will be in 1.3.48-1. *** Bug 647200 has been marked as a duplicate of this bug. *** chkconfig-1.3.48-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/chkconfig-1.3.48-1.fc14 chkconfig-1.3.48-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/chkconfig-1.3.48-1.fc13 chkconfig-1.3.48-1.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update chkconfig'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/chkconfig-1.3.48-1.fc13 Using this test file without values for Default-Start/Default-Stop I get a new error: #!/bin/sh # ### BEGIN INIT INFO # Provides: initTester # Required-Start: $local_fs # Default-Start: # Default-Stop: # Short-Description: Test script ### END INIT INFO # /usr/lib/lsb/install_initd /etc/init.d/initTester service initTester does not support chkconfig # echo $? 1 The LSB spec doesn't seem to require a value, so a blank Default-Start/Default-Stop should be equivalent to this chkconfig convention style comment: # chkconfig - 50 50 if I'm reading things right. That's a different bug; please file it separately. done, filed as 647512 chkconfig-1.3.48-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. chkconfig-1.3.48-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |