From owner-svn-src-head@FreeBSD.ORG Thu Oct 21 06:25:57 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE8C1106564A; Thu, 21 Oct 2010 06:25:57 +0000 (UTC) (envelope-from rpaulo@freebsd.org) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id 3FE448FC12; Thu, 21 Oct 2010 06:25:57 +0000 (UTC) Received: from b.earth.lavabit.com (b.earth.lavabit.com [192.168.111.11]) by karen.lavabit.com (Postfix) with ESMTP id 50FB811B961; Thu, 21 Oct 2010 01:25:56 -0500 (CDT) Received: from rui-macbook.lan (bl16-141-47.dsl.telepac.pt [188.81.141.47]) by lavabit.com with ESMTP id KJSQYMYDEVKC; Thu, 21 Oct 2010 01:25:56 -0500 References: <201010202050.o9KKot6o068512@svn.freebsd.org> In-Reply-To: <201010202050.o9KKot6o068512@svn.freebsd.org> Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Message-Id: Content-Transfer-Encoding: quoted-printable From: Rui Paulo Date: Thu, 21 Oct 2010 07:25:53 +0100 To: Pawel Jakub Dawidek X-Mailer: Apple Mail (2.1081) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r214118 - in head: sbin/geom/class/eli sys/geom/eli X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2010 06:25:57 -0000 Great work. Might be worth adding the geli commands to /etc/rc.suspend & = /etc/rc.resume. You could do something that requires the minimum user configuration, = like: --- geli list 2>&1 > /dev/null if [ $? -eq 0 ]; then geli suspend -a fi --- Regards, -- Rui Paulo