From nobody@FreeBSD.org  Fri Apr 24 06:18:28 2009
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 D4C7A106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 24 Apr 2009 06:18:28 +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 A95F18FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 24 Apr 2009 06:18:28 +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 n3O6ISlW021037
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 24 Apr 2009 06:18:28 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n3O6ISBS021026;
	Fri, 24 Apr 2009 06:18:28 GMT
	(envelope-from nobody)
Message-Id: <200904240618.n3O6ISBS021026@www.freebsd.org>
Date: Fri, 24 Apr 2009 06:18:28 GMT
From: Aldis Berjoza <killasmurf86@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mistake in rc.conf(5)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         133961
>Category:       docs
>Synopsis:       mistake in rc.conf(5)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 24 06:20:05 UTC 2009
>Closed-Date:    Mon May 25 10:13:05 UTC 2009
>Last-Modified:  Mon May 25 10:13:05 UTC 2009
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
>Description:
     geli_swap_flags
		 Options passed to the geli(8) utility when encrypted GEOM
		 providers for swap partitions are created.  The default is
		 ``-a aes -l 256 -s 4096 -d''.
----------------

``-a aes -l 256 -s 4096 -d''.
should be
``-e aes -l 256 -s 4096 -d''.
>How-To-Repeat:

>Fix:
``-a aes -l 256 -s 4096 -d''.
should be
``-e aes -l 256 -s 4096 -d''.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: maxim 
State-Changed-When: Fri Apr 24 06:46:01 UTC 2009 
State-Changed-Why:  
Fixed in HEAD.  Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/133961: commit references a PR
Date: Fri, 24 Apr 2009 06:45:12 +0000 (UTC)

 Author: maxim
 Date: Fri Apr 24 06:44:58 2009
 New Revision: 191454
 URL: http://svn.freebsd.org/changeset/base/191454
 
 Log:
   o Correct geli(8) command line.
   
   PR:		docs/133961
   Submitted by:	Aldis Berjoza
   MFC after:	1 week
 
 Modified:
   head/share/man/man5/rc.conf.5
 
 Modified: head/share/man/man5/rc.conf.5
 ==============================================================================
 --- head/share/man/man5/rc.conf.5	Fri Apr 24 05:28:44 2009	(r191453)
 +++ head/share/man/man5/rc.conf.5	Fri Apr 24 06:44:58 2009	(r191454)
 @@ -1503,7 +1503,7 @@ Options passed to the
  .Xr geli 8
  utility when encrypted GEOM providers for swap partitions are created.
  The default is
 -.Dq Li "-a aes -l 256 -s 4096 -d" .
 +.Dq Li "-e aes -l 256 -s 4096 -d" .
  .It Va root_rw_mount
  .Pq Vt bool
  Set to
 _______________________________________________
 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: maxim 
State-Changed-When: Mon May 25 10:12:51 UTC 2009 
State-Changed-Why:  
Merged to RELENG_7. 

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