From nobody@FreeBSD.org  Sat May 19 05:38:44 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id C36F016A402
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 May 2007 05:38:44 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id B4D3613C448
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 May 2007 05:38:44 +0000 (UTC)
	(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 l4J5ciq5032262
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 May 2007 05:38:44 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l4J5XgM1031827;
	Sat, 19 May 2007 05:33:42 GMT
	(envelope-from nobody)
Message-Id: <200705190533.l4J5XgM1031827@www.freebsd.org>
Date: Sat, 19 May 2007 05:33:42 GMT
From: Brian Shumate<brian@brianshumate.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Typo in Securelevel Configuration Menu
X-Send-Pr-Version: www-3.0

>Number:         112776
>Category:       docs
>Synopsis:       Typo in Securelevel Configuration Menu
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 19 05:40:02 GMT 2007
>Closed-Date:    Sat May 26 07:32:18 GMT 2007
>Last-Modified:  Sat May 26 07:32:18 GMT 2007
>Originator:     Brian Shumate
>Release:        6.2-RELEASE
>Organization:
openMindShare
>Environment:
N/A - Problem is in installation
>Description:
One the Securelevel Configuration Menu for 6.2-RELEASE, the word firewalling appears to be misspelled as "firwalling".  This appears in the last complete sentence of the guide text beginning, "In network secure mode...".

HTH and is not a duplicate!
>How-To-Repeat:
1. Install 6.2-RELEASE
2. Choose to visit configuration menu after installation complete
3. Choose Security Menu
4. Choose Securelevel
5. Observe guide text at top
>Fix:
s/firwalling/firewalling/g
>Release-Note:
>Audit-Trail:

From: Jeroen Ruigrok van der Werven <asmodai@in-nomine.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/112776: Typo in Securelevel Configuration Menu
Date: Sat, 19 May 2007 09:25:32 +0200

 --ew6BAiZeqk4r7MaW
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: inline
 Content-Transfer-Encoding: 8bit
 
 >>Category:       docs
 
 Perhaps bin is more accurate since it involves a source code change.
 
 >One the Securelevel Configuration Menu for 6.2-RELEASE, the word firewalling
 >appears to be misspelled as "firwalling".  This appears in the last complete
 >sentence of the guide text beginning, "In network secure mode...".
 
 Patch attached. Please prefix the PR with [patch]
 
 -- 
 Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
 イェルーン ラウフロック ヴァン デル ウェルヴェン
 http://www.in-nomine.org/ | http://www.rangaku.org/
 The heart has reasons of which reason has no knowledge...
 
 --ew6BAiZeqk4r7MaW
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="src-usrsbin-sysinstall-menus.c.diff"
 
 Index: menus.c
 ===================================================================
 RCS file: /usr/ncvs/FreeBSD/src/usr.sbin/sysinstall/menus.c,v
 retrieving revision 1.421
 diff -u -r1.421 menus.c
 --- menus.c	10 Dec 2006 16:33:38 -0000	1.421
 +++ menus.c	19 May 2007 07:22:25 -0000
 @@ -2316,7 +2316,7 @@
      "access to direct kernel memory is limited, and kernel modules may not\n"
      "be changed.  In highly secure mode, mounted file systems may not be\n"
      "modified on-disk, tampering with the system clock is prohibited.  In\n"
 -    "network secure mode configuration changes to firwalling are prohibited.\n",
 +    "network secure mode configuration changes to firewalling are prohibited.\n",
      "Select a securelevel to operate at - F1 for help",
      "securelevel",
      { { "X Exit",      "Exit this menu (returning to previous)",
 
 --ew6BAiZeqk4r7MaW--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/112776: commit references a PR
Date: Sat, 19 May 2007 07:37:12 +0000 (UTC)

 maxim       2007-05-19 07:36:44 UTC
 
   FreeBSD src repository
 
   Modified files:
     usr.sbin/sysinstall  menus.c 
   Log:
   o Fix typo: firwalling -> firewalling.
   
   PR:             docs/112776
   Submitted by:   asmodai
   MFC after:      1 week
   
   Revision  Changes    Path
   1.422     +1 -1      src/usr.sbin/sysinstall/menus.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Sat May 26 07:32:00 UTC 2007 
State-Changed-Why:  
Merged to RELENG_6. 

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