diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-20 00:44:08 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-20 00:44:08 +0000 |
commit | 59680a14144d93a8a7bf31cf7caab092eedbd04e (patch) | |
tree | 5854b7e5e3b8e472665de78f068049a44a3849a1 /sys-auth | |
parent | 2.2.0_alpha156 version bump. This includes all of the fixes in 2.1.11.45. (diff) | |
download | gentoo-2-59680a14144d93a8a7bf31cf7caab092eedbd04e.tar.gz gentoo-2-59680a14144d93a8a7bf31cf7caab092eedbd04e.tar.bz2 gentoo-2-59680a14144d93a8a7bf31cf7caab092eedbd04e.zip |
removed /var/run keepdir for bug 452992
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/nss-pam-ldapd/ChangeLog | 9 | ||||
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.12.ebuild | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/sys-auth/nss-pam-ldapd/ChangeLog b/sys-auth/nss-pam-ldapd/ChangeLog index aecb9c382a52..6c53ec4501e2 100644 --- a/sys-auth/nss-pam-ldapd/ChangeLog +++ b/sys-auth/nss-pam-ldapd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/nss-pam-ldapd -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.5 2012/11/19 01:01:44 prometheanfire Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.6 2013/01/20 00:44:08 prometheanfire Exp $ + + 20 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> + nss-pam-ldapd-0.8.12.ebuild: + removed /var/run keepdir for bug 452992 *nss-pam-ldapd-0.8.12 (19 Nov 2012) @@ -60,4 +64,3 @@ that does all the LDAP communication. Due to the way NSS works, this will improve interaction with user programs since less code is being loaded into their process space. - diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.12.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.12.ebuild index a3eae623e0cb..3caa1428ba81 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.12.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.12.ebuild,v 1.1 2012/11/19 01:01:44 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.12.ebuild,v 1.2 2013/01/20 00:44:08 prometheanfire Exp $ EAPI=4 @@ -56,8 +56,8 @@ src_install() { dodoc NEWS ChangeLog AUTHORS README - # for socket and pid file - keepdir /var/run/nslcd + # for socket and pid file (not needed bug 452992) + #keepdir /var/run/nslcd # init script newinitd "${FILESDIR}"/nslcd-init nslcd |