chutzpah 15/04/07 01:04:53 Added: nslcd.service nslcd-tmpfiles.conf Log: Revision bump, add systemd service files (bug #545780). Remove old. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path 1.1 sys-auth/nss-pam-ldapd/files/nslcd.service file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/files/nslcd.service?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/files/nslcd.service?rev=1.1&content-type=text/plain Index: nslcd.service =================================================================== --- nss-pam-ldapd-0.9.5.ebuild +++ nss-pam-ldapd-0.9.5.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=(python2_7) -inherit eutils prefix user python-r1 multilib multilib-minimal +inherit eutils prefix user python-r1 multilib multilib-minimal systemd DESCRIPTION="NSS module for name lookups using LDAP" HOMEPAGE="http://arthurdejong.org/nss-pam-ldapd/" @@ -94,6 +94,9 @@ python_foreach_impl python_newscript utils/${script}.py ${script}.ldap done fi + + systemd_newtmpfilesd "${FILESDIR}"/nslcd-tmpfiles.conf nslcd.conf + systemd_dounit "${FILESDIR}"/nslcd.service } multilib_src_test() { 1.1 sys-auth/nss-pam-ldapd/files/nslcd-tmpfiles.conf file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/files/nslcd-tmpfiles.conf?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/files/nslcd-tmpfiles.conf?rev=1.1&content-type=text/plain Index: nslcd-tmpfiles.conf =================================================================== d /run/nslcd 0755 nslcd nslcd -
