summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2015-06-18 21:36:41 +0000
committerPatrick McLean <chutzpah@gentoo.org>2015-06-18 21:36:41 +0000
commit918128e576821f1404cf68ffde26c314fefa743a (patch)
tree7dde14d799982a13247502ef6522b7727adf79e3 /sys-auth
parentfixing puppet(master) reload (diff)
downloadgentoo-2-918128e576821f1404cf68ffde26c314fefa743a.tar.gz
gentoo-2-918128e576821f1404cf68ffde26c314fefa743a.tar.bz2
gentoo-2-918128e576821f1404cf68ffde26c314fefa743a.zip
Add missing s6 run file from bug #550594.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/nss-pam-ldapd/ChangeLog6
-rw-r--r--sys-auth/nss-pam-ldapd/files/nslcd-run-s63
-rw-r--r--sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild4
3 files changed, 10 insertions, 3 deletions
diff --git a/sys-auth/nss-pam-ldapd/ChangeLog b/sys-auth/nss-pam-ldapd/ChangeLog
index 52ababb59199..9969207d3663 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-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.25 2015/06/17 21:39:14 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.26 2015/06/18 21:36:41 chutzpah Exp $
+
+ 18 Jun 2015; Patrick McLean <chutzpah@gentoo.org> +files/nslcd-run-s6,
+ nss-pam-ldapd-0.9.6.ebuild:
+ Add missing s6 run file from bug #550594.
17 Jun 2015; Matthew Thode <prometheanfire@gentoo.org> +files/nslcd-init-r2,
+files/nslcd-init-s6, -nss-pam-ldapd-0.9.5-r1.ebuild,
diff --git a/sys-auth/nss-pam-ldapd/files/nslcd-run-s6 b/sys-auth/nss-pam-ldapd/files/nslcd-run-s6
new file mode 100644
index 000000000000..264da009ba11
--- /dev/null
+++ b/sys-auth/nss-pam-ldapd/files/nslcd-run-s6
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 2>&1
+exec /usr/sbin/nslcd -n
diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild
index 00a96f868a64..d3fbd5a66c4a 100644
--- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild
+++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild
@@ -1,6 +1,6 @@
# 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.2 2015/06/17 21:39:14 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild,v 1.3 2015/06/18 21:36:41 chutzpah Exp $
EAPI=5
@@ -82,7 +82,7 @@ multilib_src_install_all() {
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
+ s6_install_service nslcd "${FILESDIR}"/nslcd-run-s6
insinto /usr/share/nss-pam-ldapd
doins "${WORKDIR}/${P}/nslcd.conf"