From owner-freebsd-doc@FreeBSD.ORG Tue Jun 5 21:30:19 2007 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F48616A475 for ; Tue, 5 Jun 2007 21:30:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3E39013C484 for ; Tue, 5 Jun 2007 21:30:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l55LUJPV081443 for ; Tue, 5 Jun 2007 21:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l55LUJMQ081441; Tue, 5 Jun 2007 21:30:19 GMT (envelope-from gnats) Date: Tue, 5 Jun 2007 21:30:19 GMT Message-Id: <200706052130.l55LUJMQ081441@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: =?ISO-8859-1?Q?Beat_G=E4tzi?= Cc: Subject: Re: docs/113390: [PATCH] geli option for to onetime encryption algorithm has changed on FreeBSD 6.2 and later X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Beat_G=E4tzi?= List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2007 21:30:19 -0000 The following reply was made to PR docs/113390; it has been noted by GNATS. From: =?ISO-8859-1?Q?Beat_G=E4tzi?= To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: docs/113390: [PATCH] geli option for to onetime encryption algorithm has changed on FreeBSD 6.2 and later Date: Tue, 05 Jun 2007 23:13:33 +0200 This is a multi-part message in MIME format. --------------080201040200080805090401 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Argh, there is a tab in the diff. Here the new version without tab. Sorry about the circumstances! --------------080201040200080805090401 Content-Type: text/plain; name="chapter.sgml.patch2" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="chapter.sgml.patch2" diff -Naur doc.ori/en_US.ISO8859-1/books/handbook/disks/chapter.sgml doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml --- doc.ori/en_US.ISO8859-1/books/handbook/disks/chapter.sgml Tue Jun 5 22:10:17 2007 +++ doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml Tue Jun 5 23:08:31 2007 @@ -4106,6 +4106,10 @@ a sectorsize of 4 kilobytes and the detach on last close option set: + geli_swap_flags="-e blowfish -l 128 -s 4096 -d" + + For systems prior to &os; 6.2-RELEASE, use the following line: + geli_swap_flags="-a blowfish -l 128 -s 4096 -d" Please refer to the description of the onetime command --------------080201040200080805090401--