From 4bc8330d566be970ad99c83bcca7593be3b6c806 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Mon, 3 Nov 2008 22:55:01 +0000 Subject: [PATCH] Note that pam_fprint is only temporarily here --- README | 3 +++ pam/pam_fprintd.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README b/README index 58a09c0..8a3ba01 100644 --- a/README +++ b/README @@ -10,6 +10,9 @@ Written in C. Requires bleeding edge libfprint (libusb-1.0 port). Licensed under the GPL version 2 (see COPYING). +An experimental PAM login module is included in the 'pam' directory. +This will be moved to a separate package once the system has matured. + API use cases ============= diff --git a/pam/pam_fprintd.c b/pam/pam_fprintd.c index 555b5c9..f6a6b32 100644 --- a/pam/pam_fprintd.c +++ b/pam/pam_fprintd.c @@ -3,6 +3,9 @@ * Copyright (C) 2007 Daniel Drake * Copyright (C) 2008 Bastien Nocera * + * Experimental code. This will be moved out of fprintd into it's own + * package once the system has matured. + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or