Skip to content

Commit 8e84b89

Browse files
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 <[email protected]>
1 parent 056d51d commit 8e84b89

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

sys-auth/nss-pam-ldapd/files/nslcd-init-r3 sys-auth/nss-pam-ldapd/files/nslcd.init

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/sbin/openrc-run
2-
# Copyright 1999-2015 Gentoo Foundation
2+
# Copyright 1999-2020 Gentoo Authors
33
# Distributed under the terms of the GNU General Public License v2
44

55
command=/usr/sbin/nslcd

sys-auth/nss-pam-ldapd/files/pynslcd.initd-r2 sys-auth/nss-pam-ldapd/files/pynslcd.init

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/sbin/openrc-run
2-
# Copyright 1999-2015 Gentoo Foundation
2+
# Copyright 1999-2020 Gentoo Authors
33
# Distributed under the terms of the GNU General Public License v2
44

55
command=/usr/sbin/pynslcd

sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild

+4-4
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ multilib_src_configure() {
9191
multilib_src_install_all() {
9292
local script
9393

94-
newinitd "${FILESDIR}"/nslcd-init-r3 nslcd
95-
s6_install_service nslcd "${FILESDIR}"/nslcd-run-s6
94+
newinitd "${FILESDIR}"/nslcd.init nslcd
95+
s6_install_service nslcd "${FILESDIR}"/nslcd.s6
9696

9797
insinto /usr/share/nss-pam-ldapd
9898
doins "${WORKDIR}/${P}/nslcd.conf"
@@ -113,11 +113,11 @@ multilib_src_install_all() {
113113
python_foreach_impl python_domodule pynslcd/*.py
114114
python_scriptinto /usr/sbin
115115
python_newscript pynslcd.py pynslcd
116-
newinitd "${FILESDIR}"/pynslcd.initd-r2 pynslcd
116+
newinitd "${FILESDIR}"/pynslcd.init pynslcd
117117
fi
118118

119119
systemd_newtmpfilesd "${FILESDIR}"/nslcd-tmpfiles.conf nslcd.conf
120-
systemd_newunit "${FILESDIR}"/nslcd-2.service nslcd.service
120+
systemd_newunit "${FILESDIR}"/nslcd.service nslcd.service
121121
}
122122

123123
multilib_src_install() {

0 commit comments

Comments
 (0)