aboutsummaryrefslogtreecommitdiffstats
path: root/net/wide-dhcp/pkg-req
blob: 9ac3b498db7daefc7951864d24dec028b1b8b198 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/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
cgi/freebsd-ports-gnome/commit/games/xmille?h=mate-1.16&id=6a12ba5ef35b1ee6d77dc1ddfaab71d27d03b652'>SIZEify.trevor2004-01-291-0/+1 * - Fix build on -currentkrion2003-12-052-11/+58