Bug 133961

Summary: mistake in rc.conf(5)
Product: Documentation Reporter: Aldis Berjoza <killasmurf86>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Aldis Berjoza 2009-04-24 07:20:05 UTC
     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''.

Fix: 

``-a aes -l 256 -s 4096 -d''.
should be
``-e aes -l 256 -s 4096 -d''.
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-04-24 07:45:12 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"
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2009-04-24 07:46:01 UTC
State Changed
From-To: open->patched

Fixed in HEAD.  Thanks!
Comment 3 Maxim Konovalov freebsd_committer freebsd_triage 2009-05-25 11:12:51 UTC
State Changed
From-To: patched->closed

Merged to RELENG_7.