From owner-cvs-src@FreeBSD.ORG Sun Aug 14 18:07:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5404216A41F; Sun, 14 Aug 2005 18:07:26 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9EA843D45; Sun, 14 Aug 2005 18:07:25 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 77E1452C70; Sun, 14 Aug 2005 20:07:23 +0200 (CEST) Received: from localhost (bma126.neoplus.adsl.tpnet.pl [83.28.220.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 5212852C3F; Sun, 14 Aug 2005 20:07:15 +0200 (CEST) Date: Sun, 14 Aug 2005 20:07:03 +0200 From: Pawel Jakub Dawidek To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050814180703.GD34731@garage.freebsd.pl> References: <200508141802.j7EI2MmE071962@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7CZp05NP8/gJM8Cl" Content-Disposition: inline In-Reply-To: <200508141802.j7EI2MmE071962@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: Subject: Re: cvs commit: src/etc/rc.d geli geli2 src/etc/defaults rc.conf src/etc rc.subr src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 18:07:26 -0000 --7CZp05NP8/gJM8Cl Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 14, 2005 at 06:02:22PM +0000, Pawel Jakub Dawidek wrote: +> pjd 2005-08-14 18:02:22 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> etc/defaults rc.conf=20 +> etc rc.subr=20 +> share/man/man5 rc.conf.5=20 +> Added files: +> etc/rc.d geli geli2=20 +> Log: +> Add scripts for GELI device configuration on boot. +> =20 +> rc.d/geli - configures encryption (ask for passphrases, etc.); +> rc.d/geli2 - is called after file systems are mounted and mark devices= for +> detach on last close. +> =20 +> Sponsored by: Wheel Sp. z o.o. +> http://www.wheel.pl +> MFC after: 3 days +> =20 +> Revision Changes Path +> 1.257 +17 -1 src/etc/defaults/rc.conf +> 1.1 +98 -0 src/etc/rc.d/geli (new) +> http://cvsweb.FreeBSD.org/src/etc/rc.d/geli?rev=3D1.1&content-type=3Dtex= t/x-cvsweb-markup +> 1.1 +58 -0 src/etc/rc.d/geli2 (new) +> http://cvsweb.FreeBSD.org/src/etc/rc.d/geli2?rev=3D1.1&content-type=3Dte= xt/x-cvsweb-markup +> 1.36 +34 -0 src/etc/rc.subr +> 1.260 +29 -0 src/share/man/man5/rc.conf.5 [...] +> RCS file: /usr/local/www/cvsroot/FreeBSD/src/etc/rc.subr,v [...] +> +# Creates a list of providers for GELI encryption. +> +geli_make_list() +> +{ [...] This is probably not the best place for this function, but I don't know where else can I put it. It is used by the two committed scripts and I didn't wanted to duplicate the code. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --7CZp05NP8/gJM8Cl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC/4hHForvXbEpPzQRAie0AKCVHRJYIn3ELZNtQYdvoVh33/Ba8ACgr0GH RWdyiOKewbbn3QbZIyodbL4= =lQd8 -----END PGP SIGNATURE----- --7CZp05NP8/gJM8Cl--