nss-pam-ldapd commit: r1222 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1222 - nss-pam-ldapd
- 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: r1222 - nss-pam-ldapd
- Date: Tue, 28 Sep 2010 21:35:14 +0200 (CEST)
Author: arthur
Date: Tue Sep 28 21:35:12 2010
New Revision: 1222
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1222
Log:
simplify appending OBJEXT sed expression
Modified:
nss-pam-ldapd/configure.ac
Modified: nss-pam-ldapd/configure.ac
==============================================================================
--- nss-pam-ldapd/configure.ac Mon Sep 27 23:25:19 2010 (r1221)
+++ nss-pam-ldapd/configure.ac Tue Sep 28 21:35:12 2010 (r1222)
@@ -341,7 +341,7 @@
with_nss_ldap_maps="aliases,ethers,group,hosts,netgroup,networks,passwd,protocols,rpc,services,shadow"
fi
AC_MSG_RESULT($with_nss_ldap_maps)
- NSS_MODULE_OBJS="`echo "$with_nss_ldap_maps" | sed 's/,/ /g;s/
*\|$/.$(OBJEXT) /g'`"
+ NSS_MODULE_OBJS="`echo "$with_nss_ldap_maps " | sed 's/,/ /g;s/
*/.$(OBJEXT) /g'`"
AC_SUBST(NSS_MODULE_OBJS)
# restore CFLAGS and LIBS
--
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: r1222 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project