diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-10-12 08:00:34 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-10-12 08:00:34 +0000 |
commit | 54845e6fb6d0fa0f7f77b4a7d8520897e0e98496 (patch) | |
tree | fcceee7165453e442871d496b08f03e30260d784 /tests | |
parent | c71aa8cee12cf5f098c514ab4c0d3543508a5989 (diff) |
add keyword expansion (svn:keywords) to all files containing keywords
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@9 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests')
-rw-r--r-- | tests/nsswitch.test | 2 | ||||
-rw-r--r-- | tests/testpw.c | 2 | ||||
-rw-r--r-- | tests/testpw4.c | 2 | ||||
-rw-r--r-- | tests/testpw5.c | 2 | ||||
-rw-r--r-- | tests/testpw6.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/nsswitch.test b/tests/nsswitch.test index 9240353..dd8f532 100644 --- a/tests/nsswitch.test +++ b/tests/nsswitch.test @@ -1,4 +1,4 @@ -#ident $Id: nsswitch.test,v 1.2 2001/01/09 00:21:22 lukeh Exp $ +#ident $Id$ # # An example file that could be copied over to /etc/nsswitch.conf; it # uses LDAP conjunction with files. diff --git a/tests/testpw.c b/tests/testpw.c index e65f986..04fb793 100644 --- a/tests/testpw.c +++ b/tests/testpw.c @@ -1,5 +1,5 @@ -/* $Id: testpw.c,v 1.2 2001/01/09 00:21:22 lukeh Exp $ */ +/* $Id$ */ /* This program just tests getpwent/getpwnam. You want to have nss_ldap * plugged in, so to speak, to test anything useful. diff --git a/tests/testpw4.c b/tests/testpw4.c index bf6f234..9dba073 100644 --- a/tests/testpw4.c +++ b/tests/testpw4.c @@ -8,7 +8,7 @@ #include "irs-nss.h" static const char *testhost = "davinci.eng.sun.com"; -static char rcsid[] = "$Id: testpw4.c,v 1.2 2001/01/09 00:21:22 lukeh Exp $"; +static char rcsid[] = "$Id$"; void main (void) diff --git a/tests/testpw5.c b/tests/testpw5.c index 8daaca8..bb79e3a 100644 --- a/tests/testpw5.c +++ b/tests/testpw5.c @@ -1,5 +1,5 @@ -/* $Id: testpw5.c,v 1.2 2001/01/09 00:21:22 lukeh Exp $ */ +/* $Id$ */ /* This program just tests getpwent/getpwnam. You want to have nss_ldap * plugged in, so to speak, to test anything useful. diff --git a/tests/testpw6.c b/tests/testpw6.c index f3a1596..6d776ca 100644 --- a/tests/testpw6.c +++ b/tests/testpw6.c @@ -1,5 +1,5 @@ -/* $Id: testpw6.c,v 1.2 2006/01/10 18:06:39 lukeh Exp $ */ +/* $Id$ */ /* This program just tests getpwent/getpwnam. You want to have nss_ldap * plugged in, so to speak, to test anything useful. |