aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp30-server/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'net/isc-dhcp30-server/pkg-message')
-rw-r--r--net/isc-dhcp30-server/pkg-message20
1 files changed, 14 insertions, 6 deletions
diff --git a/net/isc-dhcp30-server/pkg-message b/net/isc-dhcp30-server/pkg-message
index b7828b2ac877..02c3fad98765 100644
--- a/net/isc-dhcp30-server/pkg-message
+++ b/net/isc-dhcp30-server/pkg-message
@@ -1,7 +1,15 @@
**** To setup dhcpd, you may have to copy %%PREFIX%%/etc/dhcpd.conf.sample
- to %%PREFIX%%/etc/dhcpd.conf for editing. You also have to rename
- %%PREFIX%%/etc/rc.d/isc-dhcpd.sh.sample to %%PREFIX%%/etc/rc.d/isc-\
- dhcpd.sh to enable automatic startup.
- %%PREFIX%%/etc/rc.isc-dhcpd.conf may be edited to tune some startup
- variables such as `dhcpd_options' or `dhcpd_ifaces', both defaulted
- to `nothing'. See dhcpd(8) for details about possible options.
+ to %%PREFIX%%/etc/dhcpd.conf for editing.
+
+**** This port installs dhcp daemon, but don't invokes dhcpd by default. If
+ you want to invoke dhcpd at startup, put these lines into /etc/rc.conf.
+
+ dhcpd_enable="YES"
+ dhcpd_flags="" # command option(s)
+ dhcpd_conf="%%PREFIX%%/etc/dhcpd.conf" # configuration file
+ dhcpd_ifaces="" # ethernet interface(s)
+
+**** For instance, rc.conf like variables are still read from
+ %%PREFIX%%/etc/rc.isc-dhcpd.conf. They should be move into
+ /etc/rc.conf. Also, the dhcpd_options variable must be
+ renamed dhcpd_flags.