sys-auth/nss-pam-ldapd: moved some files around (no intalled changes)
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 16 Mar 2020 17:57:54 +0000 (12:57 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 16 Mar 2020 17:58:14 +0000 (12:58 -0500)
Closes: https://bugs.gentoo.org/712806
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
sys-auth/nss-pam-ldapd/files/nslcd.init [moved from sys-auth/nss-pam-ldapd/files/nslcd-init-r3 with 92% similarity]
sys-auth/nss-pam-ldapd/files/nslcd.s6 [moved from sys-auth/nss-pam-ldapd/files/nslcd-run-s6 with 100% similarity]
sys-auth/nss-pam-ldapd/files/nslcd.service [moved from sys-auth/nss-pam-ldapd/files/nslcd-2.service with 100% similarity]
sys-auth/nss-pam-ldapd/files/pynslcd.init [moved from sys-auth/nss-pam-ldapd/files/pynslcd.initd-r2 with 92% similarity]
sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild

similarity index 92%
rename from sys-auth/nss-pam-ldapd/files/nslcd-init-r3
rename to sys-auth/nss-pam-ldapd/files/nslcd.init
index 513ad9af3fe140fbc5fe23da5ddd6e37c37df5d2..959fb601f606765cac6fb1b248537515704f2fda 100644 (file)
@@ -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
similarity index 92%
rename from sys-auth/nss-pam-ldapd/files/pynslcd.initd-r2
rename to sys-auth/nss-pam-ldapd/files/pynslcd.init
index 21762ae5fd2bdc6128d194cffdcaf2c39e00df0e..3165b02843fc7bbf7060a2deca99edcccd0025df 100644 (file)
@@ -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
index f93312d95f0844ab8550f11b14a6f2001b215bd2..f581f1f2fe4a8dc258b279f13fb432739e1153d5 100644 (file)
@@ -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() {