summaryrefslogtreecommitdiff
path: root/net-mgmt/wide-dhcp/pkg-req
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/wide-dhcp/pkg-req')
-rw-r--r--net-mgmt/wide-dhcp/pkg-req11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/wide-dhcp/pkg-req b/net-mgmt/wide-dhcp/pkg-req
deleted file mode 100644
index 9ac3b498db7d..000000000000
--- a/net-mgmt/wide-dhcp/pkg-req
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-if [ "$2" != "INSTALL" ]; then
- exit 0
-fi
-if [ ! -c /dev/bpf1 ]; then
- echo "**********************************************************"
- echo "* This DHCP program need Berkeley packet filter (bpf)"
- echo "* To use DHCP, you need to rebuild your kernel with bpf"
- echo "* and make bpf devices in the /dev directory."
- echo "**********************************************************"
-fi