Add gcc40 build hooks. Gcc40 isn't built per default, you will have to
[dragonfly.git] / etc / rc.d / dhcpd
1 #!/bin/sh
2 #
3 # $NetBSD: dhcpd,v 1.5 2002/03/22 04:33:58 thorpej Exp $
4 # $FreeBSD: src/etc/rc.d/dhcpd,v 1.2 2002/06/13 22:14:36 gordon Exp $
5 # $DragonFly: src/etc/rc.d/Attic/dhcpd,v 1.2 2005/01/12 02:32:15 joerg Exp $
6 #
7
8 # PROVIDE: dhcpd
9 # REQUIRE: DAEMON
10 # BEFORE:  LOGIN
11 # KEYWORD: DragonFly
12
13 . /etc/rc.subr
14
15 name="dhcpd"
16 rcvar=`set_rcvar`
17 command="/usr/sbin/${name}"
18 pidfile="/var/run/${name}.pid"
19 required_files="/etc/${name}.conf /var/db/${name}.leases"
20
21 load_rc_config $name
22 run_rc_command "$1"