lists.arthurdejong.org
RSS feed

nss-pam-ldapd branch master updated. 0.8.12-160-g1c31305

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd branch master updated. 0.8.12-160-g1c31305



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".

The branch, master has been updated
       via  1c3130562623cb5a137bc18fb78d4185077c12a5 (commit)
       via  4b0112576a5183d3f30429b8b8a8af54eaa675b5 (commit)
      from  d7990dee92e4e2ece7ede72f15f6ed6057640e1c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=1c3130562623cb5a137bc18fb78d4185077c12a5

commit 1c3130562623cb5a137bc18fb78d4185077c12a5
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Wed Apr 3 22:37:21 2013 +0200

    Ignore missing Python in initial test

diff --git a/configure.ac b/configure.ac
index 1fbe5a0..ab4134c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,7 @@ AC_PROG_RANLIB
 AM_PROG_CC_C_O
 AC_USE_SYSTEM_EXTENSIONS
 AC_PROG_LN_S
-AM_PATH_PYTHON(2.5)
+AM_PATH_PYTHON(2.5,, [:])
 
 # checks for tool to convert docbook to man
 AC_PATH_PROGS(DOCBOOK2X_MAN, docbook2x-man)

http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=4b0112576a5183d3f30429b8b8a8af54eaa675b5

commit 4b0112576a5183d3f30429b8b8a8af54eaa675b5
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Wed Apr 3 22:36:11 2013 +0200

    Fix comment

diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c
index 9e22682..0816647 100644
--- a/nslcd/nslcd.c
+++ b/nslcd/nslcd.c
@@ -283,7 +283,7 @@ static int create_socket(const char *filename)
       log_log(LOG_WARNING, "problem closing socket: %s", strerror(errno));
     exit(EXIT_FAILURE);
   }
-  /* close the file descriptor on exit */
+  /* close the file descriptor on exec */
   if (fcntl(sock, F_SETFD, FD_CLOEXEC) < 0)
   {
     log_log(LOG_ERR, "fctnl(F_SETFL,FD_CLOEXEC) on %s failed: %s",

-----------------------------------------------------------------------

Summary of changes:
 configure.ac  |    2 +-
 nslcd/nslcd.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
nss-pam-ldapd
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/