Bug 90370

Summary: diskless(8) man page has wrong file location for /etc/rc.initdiskless
Product: Documentation Reporter: feenberg
Component: Books & ArticlesAssignee: Ceri Davies <ceri>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
diskless.8.diff
none
diskless.8.diff none

Description feenberg 2005-12-13 23:30:03 UTC
The manpage refers to /etc/rc.d/rc.initdiskless, however the file is at
/etc/rc.initdiskless in the default install, and functions correctly from
that location.

Fix: 

Remove "/rc.d" from file path in man page. Please note that there are other
files referenced in the man page that are correctly located in /etc/rc.d.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-12-14 03:05:22 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-doc

docs PR.
Comment 2 Daniel Gerzo 2005-12-29 23:50:34 UTC
Hello,

   the included patch should be sufficient.

-- 
Sincerely,
   Daniel Gerzo
Comment 3 Daniel Gerzo 2005-12-30 00:23:47 UTC
Hello,

   the first diff breaks the sorting of files in sentence.
   Included diff should be all right now :)
   
   Pointed out by: ceri@
   
-- 
Cheers,
   Daniel Gerzo
Comment 4 Ceri Davies 2005-12-30 01:38:40 UTC
Note to self mainly:

On 30 Dec 2005, at 00:30, Daniel Gerzo wrote:
>

>  +++ diskless.8	Fri Dec 30 01:17:14 2005
>  @@ -146,11 +146,11 @@
>   .Nm
>   startup and perform
>   the actions found in
>  -.Pa /etc/rc.d/initdiskless ,
>   .Pa /etc/rc.d/resolv ,
>   .Pa /etc/rc.d/tmp ,
>  +.Pa /etc/rc.d/var ,
>   and
>  -.Pa /etc/rc.d/var .
>  +.Pa /etc/rc.initdiskless .
>   On early 5.x releases, the functions of latter three scripts where
>   implemented in
>   .Pa /etc/rc.d/diskless .

In addition to requiring s/of latter/of the latter/ and s/where/ 
were/, this last sentence is no longer correct (since it refers to  
the wrong scripts now).  I would be temped to lose it altogether now.

Ceri
Comment 5 Ceri Davies freebsd_committer freebsd_triage 2005-12-30 14:43:01 UTC
State Changed
From-To: open->patched

Patched in HEAD 


Comment 6 Ceri Davies freebsd_committer freebsd_triage 2005-12-30 14:43:01 UTC
Responsible Changed
From-To: freebsd-doc->ceri

My MFC reminder.
Comment 7 Ceri Davies freebsd_committer freebsd_triage 2006-01-24 18:28:58 UTC
State Changed
From-To: patched->closed

Pulled back to RELENG_6, which is as far as it applies. 

Thanks for the submission!