Bug 427659
| Summary: | init script uses inconsistent locations for lock file | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tim Jackson <rpm> |
| Component: | up-imapproxy | Assignee: | Rakesh Pandit <rpandit> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | ||
| 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: | 2008-08-31 14:15:08 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: | 460583 | ||
| Bug Blocks: | |||
Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping https://bugzilla.redhat.com/show_bug.cgi?id=460583 Filed an update to latest stable 1.2.6, will fix this issue there. this is fixed by bz #460583. please close the bug once the package is built. Build |
Description of problem: The init script uses inconsistent locations for the lock file. On one line we have: lockfile=/var/lock/subsys/imapproxy followed later by: condrestart) [ -f /var/lock/subsys/in.imapproxyd ] && restart || : I picked this up from the following rpmlint error: E: incoherent-subsys /etc/rc.d/init.d/imapproxy in.imapproxyd This is true in the 'devel' CVS branch and in at least some (if not all) released versions including up-imapproxy-1.2.4-7.fc6 (which is current for F-8)