Date: Sun, 14 Aug 2005 20:07:03 +0200 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <20050814180703.GD34731@garage.freebsd.pl> In-Reply-To: <200508141802.j7EI2MmE071962@repoman.freebsd.org> References: <200508141802.j7EI2MmE071962@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Sun, Aug 14, 2005 at 06:02:22PM +0000, Pawel Jakub Dawidek wrote: +> pjd 2005-08-14 18:02:22 UTC +> +> FreeBSD src repository +> +> Modified files: +> etc/defaults rc.conf +> etc rc.subr +> share/man/man5 rc.conf.5 +> Added files: +> etc/rc.d geli geli2 +> Log: +> Add scripts for GELI device configuration on boot. +> +> 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. +> +> Sponsored by: Wheel Sp. z o.o. +> http://www.wheel.pl +> MFC after: 3 days +> +> 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=1.1&content-type=text/x-cvsweb-markup +> 1.1 +58 -0 src/etc/rc.d/geli2 (new) +> http://cvsweb.FreeBSD.org/src/etc/rc.d/geli2?rev=1.1&content-type=text/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. -- Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC/4hHForvXbEpPzQRAie0AKCVHRJYIn3ELZNtQYdvoVh33/Ba8ACgr0GH RWdyiOKewbbn3QbZIyodbL4= =lQd8 -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050814180703.GD34731>
