aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/wide-dhcp/pkg-req
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-05-04 02:43:35 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-05-04 02:43:35 +0000
commit6370b9489269271afbedbdf4851adb3989e3d58d (patch)
tree3d62c17a230678a8edc5a1f0339000c329697927 /net-mgmt/wide-dhcp/pkg-req
parent140bf89a7a9c4c86637a9d3cf7eaa90317704e48 (diff)
downloadports-6370b9489269271afbedbdf4851adb3989e3d58d.tar.gz
ports-6370b9489269271afbedbdf4851adb3989e3d58d.zip
Notes
Diffstat (limited to 'net-mgmt/wide-dhcp/pkg-req')
-rw-r--r--net-mgmt/wide-dhcp/pkg-req13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/wide-dhcp/pkg-req b/net-mgmt/wide-dhcp/pkg-req
new file mode 100644
index 000000000000..f4b0f7421d4f
--- /dev/null
+++ b/net-mgmt/wide-dhcp/pkg-req
@@ -0,0 +1,13 @@
+#!/bin/sh
+if [ "$2" != "INSTALL" ]; then
+ exit 0
+fi
+if [ ! -c /dev/bpf1 ]; then \
+ echo "**********************************************************";\
+ echo "* W a r n i n g *";\
+ echo "* This DHCP program need Berkeley packet filter(bpf). *";\
+ echo "* To use DHCP, your kernel must be rebuilt with bpf, and *";\
+ echo "* make bpf devices on /dev directory. *";\
+ echo "* Please read some info file with \`pkg_info dhcp-1.3b'. *";\
+ echo "**********************************************************";\
+fi