diff options
Diffstat (limited to 'Linux-PAM/modules/pam_rootok')
-rw-r--r-- | Linux-PAM/modules/pam_rootok/Makefile | 2 | ||||
-rw-r--r-- | Linux-PAM/modules/pam_rootok/README | 2 | ||||
-rw-r--r-- | Linux-PAM/modules/pam_rootok/pam_rootok.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Linux-PAM/modules/pam_rootok/Makefile b/Linux-PAM/modules/pam_rootok/Makefile index f6c58635..b908b115 100644 --- a/Linux-PAM/modules/pam_rootok/Makefile +++ b/Linux-PAM/modules/pam_rootok/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1.1.1 2001/04/29 04:17:33 hartmans Exp $ +# $Id: Makefile,v 1.2 2000/11/19 23:54:05 agmorgan Exp $ # # This Makefile controls a build process of $(TITLE) module for # Linux-PAM. You should not modify this Makefile (unless you know diff --git a/Linux-PAM/modules/pam_rootok/README b/Linux-PAM/modules/pam_rootok/README index 4e19c097..43b92e6c 100644 --- a/Linux-PAM/modules/pam_rootok/README +++ b/Linux-PAM/modules/pam_rootok/README @@ -1,4 +1,4 @@ -# $Id: README,v 1.1.1.2 2002/09/15 20:08:57 hartmans Exp $ +# $Id: README,v 1.2 2001/11/27 05:37:30 agmorgan Exp $ # this module is an authentication module that performs one task: if the diff --git a/Linux-PAM/modules/pam_rootok/pam_rootok.c b/Linux-PAM/modules/pam_rootok/pam_rootok.c index 57ddebe5..e1e09b6e 100644 --- a/Linux-PAM/modules/pam_rootok/pam_rootok.c +++ b/Linux-PAM/modules/pam_rootok/pam_rootok.c @@ -1,7 +1,7 @@ /* pam_rootok module */ /* - * $Id: pam_rootok.c,v 1.1.1.2 2002/09/15 20:08:57 hartmans Exp $ + * $Id: pam_rootok.c,v 1.3 2002/05/26 23:00:28 agmorgan Exp $ * * Written by Andrew Morgan <morgan@linux.kernel.org> 1996/3/11 */ |