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 /po | |
parent | 955caa5f8c4840931ce49bcd8f59c8803c8f0266 (diff) | |
download | pam-114ed318bea9b5859ab89144261946716776e2ed.tar.gz pam-114ed318bea9b5859ab89144261946716776e2ed.tar.bz2 pam-114ed318bea9b5859ab89144261946716776e2ed.zip |
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 'po')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 39889b06..5ca1caa9 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -71,6 +71,8 @@ ./modules/pam_succeed_if/pam_succeed_if.c ./modules/pam_tally/pam_tally_app.c ./modules/pam_tally/pam_tally.c +./modules/pam_tally2/pam_tally2_app.c +./modules/pam_tally2/pam_tally2.c ./modules/pam_time/pam_time.c ./modules/pam_tty_audit/pam_tty_audit.c ./modules/pam_umask/pam_umask.c |