aboutsummaryrefslogtreecommitdiffstats
path: root/net/isc-dhcp41-server/pkg-message
blob: ccfead6a5cb864e939ccb9f0bb20ef56a43cfd62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
****  To setup dhcpd, please edit %%PREFIX%%/etc/dhcpd.conf.

****  This port installs dhcp daemon, but doesn't invoke dhcpd by default. If
      you want to invoke dhcpd at startup, put these lines into /etc/rc.conf.

        dhcpd_enable="YES"              # dhcpd enabled?
        dhcpd_flags="-q"                # command option(s)
        dhcpd_conf="%%PREFIX%%/etc/dhcpd.conf"  # configuration file
        dhcpd_ifaces=""             # ethernet interface(s)
        dhcpd_withumask="022"           # file creation mask

****  If compiled with paranoia support (the default), the following lines
      are also supported:

        dhcpd_chuser_enable="YES"       # runs w/o privileges?
        dhcpd_withuser="dhcpd"      # user name to run as
        dhcpd_withgroup="dhcpd"     # group name to run as
        dhcpd_chroot_enable="YES"       # runs chrooted?
        dhcpd_devfs_enable="YES"        # use devfs if available?
        dhcpd_rootdir="/var/db/dhcpd"   # directory to run in
        dhcpd_includedir="<some_dir>"   # directory with config-
                          files to include

****  WARNING: never edit the chrooted or jailed dhcpd.conf file but
      %%PREFIX%%/etc/dhcpd.conf instead which is always copied where
      needed upon startup.

****  WARNING: %%PREFIX%%/etc/rc.isc-dhcpd.conf is obsolete. rc.conf like
      variables are no longer read from there. Also, the dhcpd_options
      variable is obsolete. Use dhcpd_flags instead.
.cgi/freebsd-ports-gnome/log/textproc/tex2im?h=gstreamer0.10-removal&id=4b2d41d3db7a75b237b5c00d9e3faa788adfbbe4&showmsg=1'>Expand)AuthorAgeFilesLines * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-1/+3 * upgrade to 1.5ijliao2002-05-172-2/+2 * upgrade to 1.4ijliao2002-05-162-4/+4 * Properly install examples and thus unbreak make package.dirk2001-12-241-4/+2 * add tex2imijliao2001-11-28