aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/wide-dhcp/pkg-descr
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-05-04 10:43:35 +0800
committerasami <asami@FreeBSD.org>1996-05-04 10:43:35 +0800
commit4febc7583d14e8e82bd20f4e780ded3c02a1e273 (patch)
treed09457d035b9485bc22397735f941deeace043c7 /net-mgmt/wide-dhcp/pkg-descr
parent11deb96012e596528fcdc93a31c1cb4258b1d23d (diff)
downloadfreebsd-ports-gnome-4febc7583d14e8e82bd20f4e780ded3c02a1e273.tar.gz
freebsd-ports-gnome-4febc7583d14e8e82bd20f4e780ded3c02a1e273.tar.zst
freebsd-ports-gnome-4febc7583d14e8e82bd20f4e780ded3c02a1e273.zip
Re-import wide-dhcp to a more suitable location. Also change the port
to one that works. Submitted by: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
Diffstat (limited to 'net-mgmt/wide-dhcp/pkg-descr')
-rw-r--r--net-mgmt/wide-dhcp/pkg-descr48
1 files changed, 48 insertions, 0 deletions
diff --git a/net-mgmt/wide-dhcp/pkg-descr b/net-mgmt/wide-dhcp/pkg-descr
new file mode 100644
index 000000000000..9d7e015a0cb8
--- /dev/null
+++ b/net-mgmt/wide-dhcp/pkg-descr
@@ -0,0 +1,48 @@
+ << DHCP WIDE-Implementation, version 1.3 >>
+
+ October, 1995.
+
+ This package is a distribution kit of DHCP WIDE-Implementation
+ version 1.3. DHCP (Dynamic Host Configuration Protocol) is a
+ protocol which provides informations to computer when it boots.
+ This release includes DHCP server, relay agent, and client.
+
+
+<License>
+
+ See "Copyright" included in this directory.
+
+ Also, portions of this software may fall under the copyrights which
+ are included the end of this file. These are included corresponded
+ source code files.
+
+
+<Package>
+
+ You can get the latest version from;
+ ftp://sh.wide.ad.jp/WIDE/free-ware/dhcp/
+
+------------------------------
+
+**Attention for this ports file>**
+
+ To use DHCP, your kernel must be rebuilt with the following line
+ added to your kernel config file (/sys/i386/conf/<YourMachine>):
+
+pseudo-device bpfilter 4 #Berkeley packet filter
+
+ and make bpf devices in your /dev directory: /dev/bpf[0-3].
+
+cd /dev
+./MAKEDEV bpf0
+./MAKEDEV bpf1
+./MAKEDEV bpf2
+./MAKEDEV bpf3
+
+**Acknowledgements to this ports file**
+ Special thanks to:
+ Hirotaka TAKETA<taketa@csk.co.jp>
+ Hajimu UMEMOTO<ume@calm.imasy.or.jp>
+
+- Yoshiro MIHIRA
+(sanpei@yy.cs.keio.ac.jp)