Bug 33041

Summary: [PATCH] - Section 17.5 of Handbook has wrong path for a file
Product: Documentation Reporter: Hiten Pandya <hiten>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Hiten Pandya 2001-12-21 00:20:01 UTC
There was a post about this issue on the -doc mailing list but it wasn't
taken serious enough, and was kinda ignored.  I am officialy sending
a Problem Report regarding that issue.  This bug was originally pointed
out by "Ronald Klop" <ronald@klop.yi.org>.

In section '17.5 Diskless Operation' in the FreeBSD Handbook,
is the sample script '/usr/local/share/examples/clone_root' mentioned.

The above path is wrong, and should point to the path below, which is
correct, as I have checked it on my system after the post on the -doc
mailing list:

This should be: /usr/share/examples/diskless/clone_root.

I am posting a patch with this PR.

thanks,
=Hiten
=<hiten@uk.FreeBSD.org>

How-To-Repeat: Visit the FreeBSD Handbook, under the Advanced Networking section (17.5),
it points out a path (/usr/local/share/examples/clone_root) which is
wrong, if you try to find it on your local FreeBSD system.
Comment 1 Murray Stokely freebsd_committer freebsd_triage 2001-12-31 20:28:15 UTC
State Changed
From-To: open->closed

I fixed this when the user sent in the original email to the doc list. 
Thanks for the submission though! 

--- 
revision 1.112 
date: 2001/12/15 05:29:18;  author: murray;  state: Exp;  lines: +1 -1 
Correct the path for the 'clone_root' example script. 

Submitted by:   Ronald Klop <ronald@klop.yi.org> 
---