mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-auth/nss-pam-ldapd: moved some files around (no intalled changes)
Closes: https://bugs.gentoo.org/712806 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/sbin/openrc-run
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
command=/usr/sbin/nslcd
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/sbin/openrc-run
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
command=/usr/sbin/pynslcd
|
||||
@@ -91,8 +91,8 @@ multilib_src_configure() {
|
||||
multilib_src_install_all() {
|
||||
local script
|
||||
|
||||
newinitd "${FILESDIR}"/nslcd-init-r3 nslcd
|
||||
s6_install_service nslcd "${FILESDIR}"/nslcd-run-s6
|
||||
newinitd "${FILESDIR}"/nslcd.init nslcd
|
||||
s6_install_service nslcd "${FILESDIR}"/nslcd.s6
|
||||
|
||||
insinto /usr/share/nss-pam-ldapd
|
||||
doins "${WORKDIR}/${P}/nslcd.conf"
|
||||
@@ -113,11 +113,11 @@ multilib_src_install_all() {
|
||||
python_foreach_impl python_domodule pynslcd/*.py
|
||||
python_scriptinto /usr/sbin
|
||||
python_newscript pynslcd.py pynslcd
|
||||
newinitd "${FILESDIR}"/pynslcd.initd-r2 pynslcd
|
||||
newinitd "${FILESDIR}"/pynslcd.init pynslcd
|
||||
fi
|
||||
|
||||
systemd_newtmpfilesd "${FILESDIR}"/nslcd-tmpfiles.conf nslcd.conf
|
||||
systemd_newunit "${FILESDIR}"/nslcd-2.service nslcd.service
|
||||
systemd_newunit "${FILESDIR}"/nslcd.service nslcd.service
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
|
||||
Reference in New Issue
Block a user