diff options
author | Tomas Mraz <tm@t8m.info> | 2008-10-17 11:29:55 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2008-10-17 11:29:55 +0000 |
commit | 114ed318bea9b5859ab89144261946716776e2ed (patch) | |
tree | 2fda76ee01feeece41b805203bdc52701a539fce /modules/pam_tally2/tst-pam_tally2 | |
parent | 955caa5f8c4840931ce49bcd8f59c8803c8f0266 (diff) |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2008-10-17 Tomas Mraz <t8m@centrum.cz>
* configure.in: Add modules/pam_tally2/Makefile.
* doc/sag/Linux-PAM_SAG.xml: Include pam_tally2.xml.
* doc/sag/pam_tally2.xml: New.
* libpam/pam_static_modules.h: Add pam_tally2 static struct.
* modules/Makefile.am: Add pam_tally2 directory.
* modules/pam_tally2/Makefile.am: New.
* modules/pam_tally2/README.xml: New.
* modules/pam_tally2/tallylog.h: New.
* modules/pam_tally2/pam_tally2.8.xml: New.
* modules/pam_tally2/pam_tally2.c: New.
* modules/pam_tally2/pam_tally2_app.c: New.
* modules/pam_tally2/tst-pam_tally2: New.
* po/POTFILES.in: Add pam_tally2 sources.
Diffstat (limited to 'modules/pam_tally2/tst-pam_tally2')
-rwxr-xr-x | modules/pam_tally2/tst-pam_tally2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pam_tally2/tst-pam_tally2 b/modules/pam_tally2/tst-pam_tally2 new file mode 100755 index 00000000..83c71f41 --- /dev/null +++ b/modules/pam_tally2/tst-pam_tally2 @@ -0,0 +1,2 @@ +#!/bin/sh +../../tests/tst-dlopen .libs/pam_tally2.so |