| 1 | #!/sbin/runscript |
1 | #!/sbin/runscript |
| 2 | # Copyright 1999-2011 Gentoo Foundation |
2 | # Copyright 1999-2011 Gentoo Foundation |
| 3 | # Distributed under the terms of the GNU General Public License v2 |
3 | # Distributed under the terms of the GNU General Public License v2 |
| 4 | # $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcpd.init4,v 1.1 2011/09/17 05:28:58 vapier Exp $ |
4 | # $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcpd.init4,v 1.2 2011/09/22 19:38:41 vapier Exp $ |
| 5 | |
5 | |
| 6 | opts="configtest" |
6 | extra_commands="configtest" |
| 7 | |
7 | |
| 8 | : ${DHCPD_CONF:=/etc/dhcp/${SVCNAME}.conf} |
8 | : ${DHCPD_CONF:=/etc/dhcp/${SVCNAME}.conf} |
| 9 | |
9 | |
| 10 | depend() { |
10 | depend() { |
| 11 | need net |
11 | need net |