From nobody@FreeBSD.org  Sat Dec  6 03:18:43 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5AA2B106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  6 Dec 2008 03:18:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 2FD988FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  6 Dec 2008 03:18:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mB63IgSp086351
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 6 Dec 2008 03:18:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mB63IgCa086350;
	Sat, 6 Dec 2008 03:18:42 GMT
	(envelope-from nobody)
Message-Id: <200812060318.mB63IgCa086350@www.freebsd.org>
Date: Sat, 6 Dec 2008 03:18:42 GMT
From: Kenyon Ralph <kralph@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: loader(8) manpage typo: two init_script listings, the second one should be init_shell
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         129448
>Category:       docs
>Synopsis:       loader(8) manpage typo: two init_script listings, the second one should be init_shell
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    danger
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 06 03:20:01 UTC 2008
>Closed-Date:    Sun Dec 28 23:50:58 UTC 2008
>Last-Modified:  Mon Dec 29 00:00:09 UTC 2008
>Originator:     Kenyon Ralph
>Release:        8-current
>Organization:
>Environment:
>Description:
See http://www.freebsd.org/cgi/man.cgi?query=loader&manpath=FreeBSD+8-current

In the BUILTIN ENVIRONMENT VARIABLES section, init_script is listed twice. The second one should be init_shell. See also /boot/defaults/loader.conf to verify.
>How-To-Repeat:

>Fix:
Replace second init_script with init_shell.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->danger 
Responsible-Changed-By: danger 
Responsible-Changed-When: Sat Dec 6 11:15:46 UTC 2008 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129448 
State-Changed-From-To: open->patched 
State-Changed-By: danger 
State-Changed-When: Sat Dec 6 11:21:19 UTC 2008 
State-Changed-Why:  
fixed in -HEAD. Thank you for your submission, good catch! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/129448: commit references a PR
Date: Sun, 28 Dec 2008 23:47:52 +0000 (UTC)

 Author: danger (doc committer)
 Date: Sun Dec 28 23:47:32 2008
 New Revision: 186547
 URL: http://svn.freebsd.org/changeset/base/186547
 
 Log:
   MFC r185692:
   - correct variable name
   
   PR:		docs/129448
   Submitted by:	Kenyon Ralph <kralph@gmail.com>
   Approved by:	re@ (kensmith)
 
 Modified:
   stable/7/sys/   (props changed)
   stable/7/sys/boot/common/loader.8
   stable/7/sys/contrib/pf/   (props changed)
   stable/7/sys/dev/cxgb/   (props changed)
 
 Modified: stable/7/sys/boot/common/loader.8
 ==============================================================================
 --- stable/7/sys/boot/common/loader.8	Sun Dec 28 22:52:07 2008	(r186546)
 +++ stable/7/sys/boot/common/loader.8	Sun Dec 28 23:47:32 2008	(r186547)
 @@ -454,7 +454,7 @@ if the script terminates with a non-zero
  or if a SIGTERM is delivered to the
  .Xr init 8
  process (PID 1).
 -.It Va init_script
 +.It Va init_shell
  Defines the shell binary to be used for executing the various shell scripts.
  The default is
  .Dq Li /bin/sh .
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: danger 
State-Changed-When: Sun Dec 28 23:50:18 UTC 2008 
State-Changed-Why:  
- MFC'ed both to releng/7.1 and stable/7 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/129448: commit references a PR
Date: Sun, 28 Dec 2008 23:50:20 +0000 (UTC)

 Author: danger (doc committer)
 Date: Sun Dec 28 23:50:05 2008
 New Revision: 186548
 URL: http://svn.freebsd.org/changeset/base/186548
 
 Log:
   MFC r185692
   - correct variable name
   
   PR:		docs/129448
   Submitted by:	Kenyon Ralph <kralph@gmail.com>
   Approved by:	re@ (kensmith)
 
 Modified:
   releng/7.1/sys/   (props changed)
   releng/7.1/sys/boot/common/loader.8
   releng/7.1/sys/contrib/pf/   (props changed)
   releng/7.1/sys/dev/cxgb/   (props changed)
   releng/7.1/sys/modules/cxgb/   (props changed)
 
 Modified: releng/7.1/sys/boot/common/loader.8
 ==============================================================================
 --- releng/7.1/sys/boot/common/loader.8	Sun Dec 28 23:47:32 2008	(r186547)
 +++ releng/7.1/sys/boot/common/loader.8	Sun Dec 28 23:50:05 2008	(r186548)
 @@ -454,7 +454,7 @@ if the script terminates with a non-zero
  or if a SIGTERM is delivered to the
  .Xr init 8
  process (PID 1).
 -.It Va init_script
 +.It Va init_shell
  Defines the shell binary to be used for executing the various shell scripts.
  The default is
  .Dq Li /bin/sh .
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
