Bug 521772
| Summary: | Initscripts for krb5 daemons are not LSB compliant | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Zbysek MRAZ <zmraz> | ||||
| Component: | krb5 | Assignee: | Nalin Dahyabhai <nalin> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | dkovalsk, ebenes, nalin, notting | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 1.7-8 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 588222 (view as bug list) | Environment: | |||||
| Last Closed: | 2009-09-14 17:44:35 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: | 521669, 588222 | ||||||
| Attachments: |
|
||||||
|
Description
Zbysek MRAZ
2009-09-08 09:41:15 UTC
The status() function in /etc/init.d/functions assumes that the lock file matches the daemon name rather than the init script name, so we need some help from the initscripts package to fix the first one for kadmin and kprop. CCing notting. Fixing the other thing in CVS. If kadmin and kprop have pid files, you can adjust $base and pass -p <pid file name> directly, and things *should* work, from a brief inspection. Created attachment 360125 [details]
patch
Does this work for you?
(In reply to comment #3) > Created an attachment (id=360125) [details] > patch > > Does this work for you? Applying the patch and using the new -l option works nicely, thanks! Added in git. http://git.fedorahosted.org/git/?p=initscripts.git;a=commitdiff;h=8fa3e3bee06cfd628d46855e12b80562645f0319 Will be in 8.99-1. Do I need to build that soon? I can hold off on exercising it / depending on it until you do. 8.99-1 built. Excellent, thanks! |