Bug 296611
| Summary: | missing man pages for symlinked commands | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Todd Zullinger <tmz> | ||||
| Component: | cdrkit | Assignee: | Harald Hoyer <harald> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | ||||||
| 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: | 2007-09-20 15:36:29 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: | |||||||
| Attachments: |
|
||||||
|
Description
Todd Zullinger
2007-09-19 17:22:35 UTC
Created attachment 199821 [details]
patch to add manpage symlink creation to F-& and devel branch spec files
switched to alternatives :) This seems to be taking the wrong slant on the problem. The general solution is to have man detect the symbolic link and follow it to the right man page. By the way: /usr/bin/mkisofs -> genisoimage is another candidate. As far as I can figure it out Ubuntu handles it that way. I am sorry but what you suggest seems like a kludge. These are the symlinks set up by "alternatives" in the new rpm packages: /etc/alternatives/cdda2wav->/usr/bin/icedax /etc/alternatives/cdda2wav-cdda2wavman->/usr/share/man/man1/icedax.1.gz /etc/alternatives/cdrecord->/usr/bin/wodim /etc/alternatives/cdrecord-cdrecordman->/usr/share/man/man1/wodim.1.gz /etc/alternatives/cdrecord-dvdrecord->/usr/bin/wodim /etc/alternatives/cdrecord-dvdrecordman->/usr/share/man/man1/wodim.1.gz /etc/alternatives/cdrecord-readcd->/usr/bin/readom /etc/alternatives/cdrecord-readcdman->/usr/share/man/man1/readcd.1.gz /etc/alternatives/mkisofs->/usr/bin/genisoimage /etc/alternatives/mkisofs-mkhybrid->/usr/bin/genisoimage /etc/alternatives/mkisofs-mkisofsman->/usr/share/man/man1/genisoimage.1.gz /usr/bin/cdda2wav->/etc/alternatives/cdda2wav /usr/bin/cdrecord->wodim /usr/bin/dvdrecord->/etc/alternatives/cdrecord-dvdrecord /usr/bin/mkhybrid->genisoimage /usr/bin/mkisofs->/etc/alternatives/mkisofs /usr/share/man/man1/cdda2wav.1.gz->/etc/alternatives/cdda2wav-cdda2wavman /usr/share/man/man1/cdrecord.1.gz->/etc/alternatives/cdrecord-cdrecordman /usr/share/man/man1/dvdrecord.1.gz->/etc/alternatives/cdrecord-dvdrecordman /usr/share/man/man1/mkisofs.1.gz->/etc/alternatives/mkisofs-mkisofsman what is a kludge here? |