prometheanfire    15/06/17 21:39:14

  Modified:             nss-pam-ldapd-0.9.6.ebuild ChangeLog
  Removed:              nss-pam-ldapd-0.9.5-r1.ebuild
  Log:
  adding s6 suport for bug 550594
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.2                  sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild?r1=1.1&r2=1.2

Index: nss-pam-ldapd-0.9.6.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nss-pam-ldapd-0.9.6.ebuild  15 Jun 2015 18:27:15 -0000      1.1
+++ nss-pam-ldapd-0.9.6.ebuild  17 Jun 2015 21:39:14 -0000      1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 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.9.6.ebuild,v 1.1 
2015/06/15 18:27:15 chutzpah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild,v 1.2 
2015/06/17 21:39:14 prometheanfire Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=(python2_7)
-inherit eutils prefix user python-r1 multilib multilib-minimal systemd
+inherit eutils prefix user python-r1 multilib multilib-minimal systemd s6
 
 DESCRIPTION="NSS module for name lookups using LDAP"
 HOMEPAGE="http://arthurdejong.org/nss-pam-ldapd/";
@@ -80,6 +80,9 @@
        local script
 
        newinitd "${FILESDIR}"/nslcd-init-r1 nslcd
+       newinitd "${FILESDIR}"/nslcd-init-r2 nslcd
+       newinitd "${FILESDIR}"/nslcd-init-s6 nslcd-s6
+       s6_install_service nslcd "${FILESDIR}"/run-s6
 
        insinto /usr/share/nss-pam-ldapd
        doins "${WORKDIR}/${P}/nslcd.conf"
@@ -115,6 +118,11 @@
        elog "You can add it to the default runlevel like so:"
        elog " # rc-update add nslcd default"
        elog
+       elog "If you have >=sys-apps/openrc-0.16.3, you can also use s6"
+       elog "to supervise this service."
+       elog "To do this, emerge sys-apps/s6 then add nslcd-s6"
+       elog "default runlevel instead of nslcd."
+       elog
        elog "If you are upgrading, keep in mind that /etc/nss-ldapd.conf"
        elog " is now named /etc/nslcd.conf"
        echo



1.25                 sys-auth/nss-pam-ldapd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?rev=1.25&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?rev=1.25&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   15 Jun 2015 18:27:15 -0000      1.24
+++ ChangeLog   17 Jun 2015 21:39:14 -0000      1.25
@@ -1,6 +1,11 @@
 # ChangeLog for sys-auth/nss-pam-ldapd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.24 
2015/06/15 18:27:15 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.25 
2015/06/17 21:39:14 prometheanfire Exp $
+
+  17 Jun 2015; Matthew Thode <prometheanf...@gentoo.org> +files/nslcd-init-r2,
+  +files/nslcd-init-s6, -nss-pam-ldapd-0.9.5-r1.ebuild,
+  nss-pam-ldapd-0.9.6.ebuild:
+  adding s6 suport for bug 550594
 
 *nss-pam-ldapd-0.9.6 (15 Jun 2015)
 




Reply via email to