git: DragonFly_RELEASE_2_8 cryptdisks - A small tool to parse /etc/crypttab

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Oct 24 09:39:39 PDT 2010


commit e48bab3dd5bc87a35551d4ee67f61687166dedd7
Author: Alex Hornung <ahornung at gmail.com>
Date:   Fri Oct 22 22:03:30 2010 +0100

    cryptdisks - A small tool to parse /etc/crypttab

Summary of changes:
 etc/rc.d/Makefile            |    4 +-
 etc/rc.d/cryptdisks          |   67 ++++++++++++
 sbin/Makefile                |    1 +
 sbin/cryptdisks/Makefile     |   17 +++
 sbin/cryptdisks/cryptdisks.8 |   67 ++++++++++++
 sbin/cryptdisks/cryptdisks.c |  246 ++++++++++++++++++++++++++++++++++++++++++
 share/man/man5/Makefile      |    1 +
 share/man/man5/crypttab.5    |  106 ++++++++++++++++++
 share/man/man5/rc.conf.5     |    9 ++
 9 files changed, 516 insertions(+), 2 deletions(-)
 create mode 100644 etc/rc.d/cryptdisks
 create mode 100644 sbin/cryptdisks/Makefile
 create mode 100644 sbin/cryptdisks/cryptdisks.8
 create mode 100644 sbin/cryptdisks/cryptdisks.c
 create mode 100644 share/man/man5/crypttab.5

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e48bab3dd5bc87a35551d4ee67f61687166dedd7


-- 
DragonFly BSD source repository





More information about the Commits mailing list