Bug 426182 - Installation of samba help documents is done incorrectly
Summary: Installation of samba help documents is done incorrectly
Status: RESOLVED FIXED
Alias: None
Product: openSUSE 11.0
Classification: openSUSE
Component: Samba (show other bugs)
Version: Final
Hardware: x86-64 openSUSE 11.0
: P3 - Medium : Enhancement (vote)
Target Milestone: openSUSE 11.1
Assignee: Andreas Schneider
QA Contact: The 'Opening Windows to a Wider World' guys
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-14 22:24 UTC by Marc Chamberlin
Modified: 2008-09-18 12:23 UTC (History)
2 users (show)

See Also:
Found By: Community User
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Chamberlin 2008-09-14 22:24:58 UTC
SWAT, the web based tool for managing Samba, expects its help documents to be placed along a path that the package installation process within Yast2 fails to honor. This results in SWAT being unable to show Samba help documents when a user clicks on a link for them.

The expected path that SWAT wants is

/usr/share/samba/swat/help/manpages

but Yast2 installed the package for the Samba documentation at

/usr/share/doc/packages/samba/htmldocs/manpages

To fix the problem I had to manually create a soft link in the directory /usr/share/samba/swat/help for manpages so it points to the location that Yast2 installed the documents at -

manpages -> /usr/share/doc/packages/samba/htmldocs/manpages

I did NOT check to see if ALL the help and document links in the SWAT html pages expect this same paradigm so whoever resolves this problem should check very carefully to make sure all the links work and documents are installed where SWAT expects them to be.

This problem has been around for at least a couple of releases now, I finally got annoyed enough to spend the time to figure out how to report this problem (NOT VERY OBVIOUS IMHO!!! The process of reporting bugs and giving feedback needs to be much easier and more intuitive, I almost walked away again and about gave up, suspect others will!)
Comment 1 Lars Müller 2008-09-17 20:52:48 UTC
I expect this is easy to address in the install script part of the spec file.
Comment 2 Andreas Schneider 2008-09-18 12:23:01 UTC
Ok, I've created a link to the directory. Thanks for the report and the investigation of the problem. This will be released with the next online update or security fix.