diff options
| author | Nate Williams <nate@FreeBSD.org> | 1997-01-06 06:26:01 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1997-01-06 06:26:01 +0000 |
| commit | 6951277803f686d991bfa02d80ae1d1210742cac (patch) | |
| tree | 5db12c719b4b37ac8c8de096e4752ff8c6d5f1fa /etc/sysconfig | |
| parent | 3a9b8d50001de309a270592c961ddbb89206606b (diff) | |
Notes
Diffstat (limited to 'etc/sysconfig')
| -rw-r--r-- | etc/sysconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/sysconfig b/etc/sysconfig index 5bcd980db0a73..c3a3fb1071650 100644 --- a/etc/sysconfig +++ b/etc/sysconfig @@ -4,7 +4,7 @@ # This is sysconfig - a file full of useful variables that you can set # to change the default startup behavior of your system. # -# $Id: sysconfig,v 1.54 1996/12/10 02:23:27 adam Exp $ +# $Id: sysconfig,v 1.55 1997/01/04 23:29:56 alex Exp $ ######################### Start Of Local Configuration Section ########### @@ -273,7 +273,10 @@ pccard_mem=DEFAULT # If you want to use Etnerent PCMCIA cards, specify the ifconfig portion # here. (card-specific flags like connector selection should be written in # the card-specific entry in /etc/pccard.conf). Set to DHCP if you want to -# use a DHCP server to determine your IP address (not implemented). +# use a DHCP server to determine your IP address. If you want to use DHCP +# please install Wide-DHCP client from ports/packages collection (this +# package requires you to configure and setup BPF (Berkeley Packet Filter) +# in your kernel. # # Set to NO if you don't want to configure your PC-CARD ethernet controller. # |
