summaryrefslogtreecommitdiff
path: root/net/isc-dhcp40-server/pkg-message
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
commitdf3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch)
tree1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /net/isc-dhcp40-server/pkg-message
parentConvert a few more uses of INDEX to ${INDEXFILE} (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_0_0'.release/5.0.0
Notes
Notes: svn path=/head/; revision=73228 svn path=/tags/RELEASE_5_0_0/; revision=73229; tag=release/5.0.0
Diffstat (limited to 'net/isc-dhcp40-server/pkg-message')
-rw-r--r--net/isc-dhcp40-server/pkg-message23
1 files changed, 0 insertions, 23 deletions
diff --git a/net/isc-dhcp40-server/pkg-message b/net/isc-dhcp40-server/pkg-message
deleted file mode 100644
index 412bb440a02f..000000000000
--- a/net/isc-dhcp40-server/pkg-message
+++ /dev/null
@@ -1,23 +0,0 @@
-**** To setup dhclient, you may need to edit /etc/rc.conf to replace the
- base system dhclient, such as :
- dhcp_program="%%PREFIX%%/sbin/dhclient"
- dhcp_flags="-q"
- See dhclient(8), using the following command, for details about other
- possible options:
- MANPATH=%%MAN1PREFIX%%/man man 8 dhclient
-
-**** 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 setup dhcrelay, you have to rename %%PREFIX%%/etc/rc.d/isc-\
- dhcrelay.sh.sample to %%PREFIX%%/etc/rc.d/isc-dhcrelay.sh to
- enable automatic startup.
- %%PREFIX%%/etc/rc.isc-dhcrelay.conf may need to be edited to setup
- the `dhcrelay_servers' as required. If needed, you may also tune
- `dhcrelay_options' and `dhcrelay_ifaces', both defaulted to `nothing'.
- See dhcrelay(8) for details about possible options.