nss-pam-ldapd commit: r1713 - in nss-pam-ldapd: . pynslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1713 - in nss-pam-ldapd: . pynslcd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1713 - in nss-pam-ldapd: . pynslcd
- Date: Sat, 7 Jul 2012 17:35:08 +0200 (CEST)
Author: arthur
Date: Sat Jul 7 17:35:07 2012
New Revision: 1713
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1713&view=revision
Log:
ensure that cache.py is installed (thanks Jon Severinsson)
Modified:
nss-pam-ldapd/AUTHORS
nss-pam-ldapd/pynslcd/Makefile.am
Modified: nss-pam-ldapd/AUTHORS
==============================================================================
--- nss-pam-ldapd/AUTHORS Sat Jul 7 17:08:38 2012 (r1712)
+++ nss-pam-ldapd/AUTHORS Sat Jul 7 17:35:07 2012 (r1713)
@@ -118,3 +118,4 @@
Maxim Vetrov <muxas@mail.ru>
Matthew L. Dailey <matthew.l.dailey@dartmouth.edu>
Chris Hiestand <chiestand@salk.edu>
+Jon Severinsson <jon@severinsson.net>
Modified: nss-pam-ldapd/pynslcd/Makefile.am
==============================================================================
--- nss-pam-ldapd/pynslcd/Makefile.am Sat Jul 7 17:08:38 2012 (r1712)
+++ nss-pam-ldapd/pynslcd/Makefile.am Sat Jul 7 17:35:07 2012 (r1713)
@@ -19,8 +19,8 @@
pynslcddir = $(datadir)/pynslcd
-pynslcd_PYTHON = pynslcd.py cfg.py common.py tio.py mypidfile.py attmap.py \
- expr.py \
+pynslcd_PYTHON = pynslcd.py attmap.py cache.py cfg.py common.py expr.py \
+ mypidfile.py tio.py \
alias.py ether.py group.py host.py netgroup.py network.py \
pam.py passwd.py protocol.py rpc.py service.py shadow.py
nodist_pynslcd_PYTHON = constants.py config.py
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1713 - in nss-pam-ldapd: . pynslcd,
Commits of the nss-pam-ldapd project