From nobody@FreeBSD.org  Tue Dec 13 23:28:56 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 51E6916A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Dec 2005 23:28:56 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0530A43D5A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Dec 2005 23:28:56 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jBDNStae016528
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Dec 2005 23:28:55 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id jBDNSttc016526;
	Tue, 13 Dec 2005 23:28:55 GMT
	(envelope-from nobody)
Message-Id: <200512132328.jBDNSttc016526@www.freebsd.org>
Date: Tue, 13 Dec 2005 23:28:55 GMT
From: Daniel Feenberg <feenberg@nber.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: diskless(8) man page has wrong file location for /etc/rc.initdiskless
X-Send-Pr-Version: www-2.3

>Number:         90370
>Category:       docs
>Synopsis:       diskless(8) man page has wrong file location for /etc/rc.initdiskless
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ceri
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 13 23:30:03 GMT 2005
>Closed-Date:    Tue Jan 24 18:29:33 GMT 2006
>Last-Modified:  Tue Jan 24 18:29:33 GMT 2006
>Originator:     Daniel Feenberg
>Release:        6.0-RELEASE #0
>Organization:
NBER
>Environment:
FreeBSD agebulk2.nber.org 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Dec  1 05:39:4
2 UTC 2005     root@agestore2.nber.or          
>Description:
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.             
>How-To-Repeat:
              
>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.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Dec 14 03:05:22 UTC 2005 
Responsible-Changed-Why:  
docs PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90370 

From: Daniel Gerzo <danger@rulez.sk>
To: bug-followup@FreeBSD.org, feenberg@nber.org
Cc:  
Subject: Re: docs/90370: diskless(8) man page has wrong file location for /etc/rc.initdiskless
Date: Fri, 30 Dec 2005 00:50:34 +0100

 --ikeVEW9yuYc//A+q
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hello,
 
    the included patch should be sufficient.
 
 -- 
 Sincerely,
    Daniel Gerzo
 
 --ikeVEW9yuYc//A+q
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="diskless.8.diff"
 
 --- diskless.8.orig	Fri Dec 30 00:47:54 2005
 +++ diskless.8	Fri Dec 30 00:48:45 2005
 @@ -146,7 +146,7 @@
  .Nm
  startup and perform
  the actions found in
 -.Pa /etc/rc.d/initdiskless ,
 +.Pa /etc/rc.initdiskless ,
  .Pa /etc/rc.d/resolv ,
  .Pa /etc/rc.d/tmp ,
  and
 
 --ikeVEW9yuYc//A+q--

From: Daniel Gerzo <danger@rulez.sk>
To: bug-followup@FreeBSD.org, feenberg@nber.org
Cc:  
Subject: Re: docs/90370: diskless(8) man page has wrong file location for /etc/rc.initdiskless
Date: Fri, 30 Dec 2005 01:23:47 +0100

 --Dxnq1zWXvFF0Q93v
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 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
 
 --Dxnq1zWXvFF0Q93v
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="diskless.8.diff"
 
 --- diskless.8.orig	Fri Dec 30 01:10:41 2005
 +++ 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 .
 
 --Dxnq1zWXvFF0Q93v--

From: Ceri Davies <ceri@submonkey.net>
To: Daniel Gerzo <danger@rulez.sk>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: docs/90370: diskless(8) man page has wrong file location for /etc/rc.initdiskless
Date: Fri, 30 Dec 2005 01:38:40 +0000

 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
State-Changed-From-To: open->patched 
State-Changed-By: ceri 
State-Changed-When: Fri Dec 30 14:43:01 UTC 2005 
State-Changed-Why:  
Patched in HEAD 


Responsible-Changed-From-To: freebsd-doc->ceri 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Fri Dec 30 14:43:01 UTC 2005 
Responsible-Changed-Why:  
My MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90370 
State-Changed-From-To: patched->closed 
State-Changed-By: ceri 
State-Changed-When: Tue Jan 24 18:28:58 UTC 2006 
State-Changed-Why:  
Pulled back to RELENG_6, which is as far as it applies. 

Thanks for the submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90370 
>Unformatted:
