cvs commit: src/etc/rc.d geli geli2 src/etc/defaults rc.conf
src/etc rc.subr src/share/man/man5 rc.conf.5
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sun Aug 14 18:07:26 GMT 2005
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 at FreeBSD.org http://www.FreeBSD.org
FreeBSD committer Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20050814/672eb1bc/attachment.bin
More information about the cvs-src
mailing list