1[
2{ type: install
3  message: <<EOM
4****  To setup dhcpd, please edit /usr/local/etc/dhcpd.conf.
5
6****  This port installs the dhcp daemon, but doesn't invoke dhcpd by default.
7      If you want to invoke dhcpd at startup, add these lines to /etc/rc.conf:
8
9	    dhcpd_enable="YES"				# dhcpd enabled?
10	    dhcpd_flags="-q"				# command option(s)
11	    dhcpd_conf="/usr/local/etc/dhcpd.conf"	# configuration file
12	    dhcpd_ifaces=""				# ethernet interface(s)
13	    dhcpd_withumask="022"			# file creation mask
14
15****  If compiled with paranoia support (the default), the following rc.conf
16      options are also supported:
17
18	    dhcpd_chuser_enable="YES"		# runs w/o privileges?
19	    dhcpd_withuser="dhcpd"		# user name to run as
20	    dhcpd_withgroup="dhcpd"		# group name to run as
21	    dhcpd_chroot_enable="YES"		# runs chrooted?
22	    dhcpd_devfs_enable="YES"		# use devfs if available?
23	    dhcpd_rootdir="/var/db/dhcpd"	# directory to run in
24	    dhcpd_includedir="<some_dir>"	# directory with config-
25						  files to include
26
27****  WARNING: never edit the chrooted or jailed dhcpd.conf file but
28      /usr/local/etc/dhcpd.conf instead which is always copied where
29      needed upon startup.
30EOM
31}
32]
33