diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2017-07-31 16:01:02 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2017-07-31 16:01:24 -0700 |
commit | 8a051c99a81d14bcf8003868a59c2fe682717fae (patch) | |
tree | cf5b9f506e5836228be0d201dfa19cadfa92ad99 /sys-auth | |
parent | sys-auth/nss-pam-ldapd: Revision bump, make python deps optional (diff) | |
download | gentoo-8a051c99a81d14bcf8003868a59c2fe682717fae.tar.gz gentoo-8a051c99a81d14bcf8003868a59c2fe682717fae.tar.bz2 gentoo-8a051c99a81d14bcf8003868a59c2fe682717fae.zip |
sys-auth/nss-pam-ldapd: Remove empty s6 init script
Gentoo-Bug: 622416
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/nss-pam-ldapd/files/nslcd-init-s6 | 0 | ||||
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.7.ebuild | 3 | ||||
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/sys-auth/nss-pam-ldapd/files/nslcd-init-s6 b/sys-auth/nss-pam-ldapd/files/nslcd-init-s6 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/sys-auth/nss-pam-ldapd/files/nslcd-init-s6 +++ /dev/null diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.7.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.7.ebuild index ddcc9dbe69ff..22abd70bba2b 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.7.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -80,7 +80,6 @@ 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}"/nslcd-run-s6 insinto /usr/share/nss-pam-ldapd diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild index 760ed21c4fe6..edce37919103 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild @@ -81,7 +81,6 @@ 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}"/nslcd-run-s6 insinto /usr/share/nss-pam-ldapd |