Bug 3625 - Bad link to manpages in the main docs index
Summary: Bad link to manpages in the main docs index
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Docs (show other bugs)
Version: 3.0.23
Hardware: Other Linux
: P3 minor
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba Documentation QA Contact~
URL: http://bugs.debian.org/358479
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-23 00:00 UTC by Christian Perrier (dead mail address)
Modified: 2007-09-12 00:32 UTC (History)
1 user (show)

See Also:


Attachments
Patch to fix this bug (909 bytes, patch)
2007-04-24 01:39 UTC, Christian Perrier (dead mail address)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Perrier (dead mail address) 2006-03-23 00:00:45 UTC
From the Debian BTS: 

Package: samba-doc
Version: 3.0.21c-1

In the file /usr/share/doc/samba-doc/htmldocs/index.html
in line 30 is a bad link.
 --> ...<a href="manpages.html">Man pages</a>...

The correct link is in all probability
 --> ...<a href="manpages/index.html">Man pages</a>...
Comment 1 Noël Köthe 2006-04-25 09:24:28 UTC
The patch for the samba-doc svn is:

--- samba-docs/htmldocs.html.orig       2006-04-25 16:19:45.000000000 +0200
+++ samba-docs/htmldocs.html    2006-04-25 16:19:59.000000000 +0200
@@ -27,7 +27,7 @@
  <td valign="top"><i>Using Samba</i>, Second Edition is a comprehensive guide to Samba administration. It covers all versions of Samba from 2.0 to 2.2, including selected features from an alpha version of 3.0, as well as the SWAT graphical configuration tool. Updated for Windows 2000, ME, and XP, the book also explores Samba's new role as a primary domain controller and domain member server, its support for the use of Windows NT/2000/XP authentication and filesystem security on the host Unix system, and accessing shared files and printers from Unix clients.</td>
 </tr>
 <tr>
- <td valign="top"><a href="manpages.html">Man pages</a></td>
+ <td valign="top"><a href="manpages/index.html">Man pages</a></td>
  <td valign="top">The Samba man pages in HTML.</td>
 </tr>
 <tr>
Comment 2 Christian Perrier (dead mail address) 2007-04-24 01:39:40 UTC
Created attachment 2401 [details]
Patch to fix this bug

Please find attached a patch that supposedly fixes this bug
Comment 3 John H Terpstra (mail address dead( 2007-09-12 00:32:26 UTC
Fixed. Thank you.  First update will be in 3.2.0 series.