Bug 19565

Summary: /usr/share/doc/handbook/handbook.html disappeared
Product: Documentation Reporter: Jens Schweikhardt <schweikh>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jens Schweikhardt 2000-06-28 21:10:00 UTC
	/usr/share/doc/handbook/handbook.html apparently has been renamed
	index.html. This creats dead links in the handbook itself and
	makes other references (e.g. from /etc/printcap) bogus.

Fix: 

Either fix all references to /usr/share/doc/handbook/handbook.html
in the known universe to index.html (tough!)

- or -

cd /usr/share/doc/handbook
ln index.html handbook.html

(the Right Thing (TM), IMHO)

Regards,

	Jens
-- 
Jens Schweikhardt  http://www.schweikhardt.net/
SIGSIG -- signature too long (core dumped)
How-To-Repeat: 
root@hal9000:/usr/share/doc/handbook 1 # grep handbook.html *
book.html:                    "file:/usr/share/doc/handbook/handbook.html"
book.html:                    file:/usr/share/doc/handbook/handbook.html</a></p>
book.txt:    file:/usr/share/doc/handbook/handbook.html
history.html:              "file:/usr/share/doc/handbook/handbook.html" target= 
history.html:              file:/usr/share/doc/handbook/handbook.html</a></p>
root@hal9000:/usr/share/doc/handbook 1 # ls handbook.html
ls: handbook.html: No such file or directory
Comment 1 nbm freebsd_committer freebsd_triage 2000-07-12 15:39:56 UTC
State Changed
From-To: open->closed

I added a symlink for backwards compatibility.