| 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.1 2011/09/17 05:28:58 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-4.2.2-r2.ebuild,v 1.2 2011/09/18 19:18:11 vapier Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit eutils toolchain-funcs |
7 | inherit eutils toolchain-funcs |
| 8 | |
8 | |
| … | |
… | |
| 190 | doins contrib/ldap/dhcp.* || die |
190 | doins contrib/ldap/dhcp.* || die |
| 191 | dosbin contrib/ldap/dhcpd-conf-to-ldap || die |
191 | dosbin contrib/ldap/dhcpd-conf-to-ldap || die |
| 192 | fi |
192 | fi |
| 193 | |
193 | |
| 194 | newinitd "${FILESDIR}"/dhcpd.init3 dhcpd || die |
194 | newinitd "${FILESDIR}"/dhcpd.init3 dhcpd || die |
| 195 | newconfd "${FILESDIR}"/dhcpd.conf dhcpd || die |
195 | newconfd "${FILESDIR}"/dhcpd.conf2 dhcpd || die |
| 196 | newinitd "${FILESDIR}"/dhcrelay.init2 dhcrelay || die |
196 | newinitd "${FILESDIR}"/dhcrelay.init2 dhcrelay || die |
| 197 | newconfd "${FILESDIR}"/dhcrelay.conf dhcrelay || die |
197 | newconfd "${FILESDIR}"/dhcrelay.conf dhcrelay || die |
| 198 | fi |
198 | fi |
| 199 | } |
199 | } |
| 200 | |
200 | |