| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-4.2.2-r2.ebuild,v 1.5 2011/09/22 19:38:41 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-4.2.2-r2.ebuild,v 1.6 2011/09/23 14:11:48 vapier Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit eutils toolchain-funcs |
7 | inherit eutils toolchain-funcs |
| 8 | |
8 | |
| … | |
… | |
| 191 | insinto /etc/openldap/schema |
191 | insinto /etc/openldap/schema |
| 192 | doins contrib/ldap/dhcp.* || die |
192 | doins contrib/ldap/dhcp.* || die |
| 193 | dosbin contrib/ldap/dhcpd-conf-to-ldap || die |
193 | dosbin contrib/ldap/dhcpd-conf-to-ldap || die |
| 194 | fi |
194 | fi |
| 195 | |
195 | |
| 196 | newinitd "${FILESDIR}"/dhcpd.init3 dhcpd || die |
196 | newinitd "${FILESDIR}"/dhcpd.init4 dhcpd || die |
| 197 | newconfd "${FILESDIR}"/dhcpd.conf2 dhcpd || die |
197 | newconfd "${FILESDIR}"/dhcpd.conf2 dhcpd || die |
| 198 | newinitd "${FILESDIR}"/dhcrelay.init2 dhcrelay || die |
198 | newinitd "${FILESDIR}"/dhcrelay.init2 dhcrelay || die |
| 199 | newconfd "${FILESDIR}"/dhcrelay.conf dhcrelay || die |
199 | newconfd "${FILESDIR}"/dhcrelay.conf dhcrelay || die |
| 200 | fi |
200 | fi |
| 201 | |
201 | |