#!/bin/sh
#
# $FreeBSD$
if [ -x /usr/bin/netstat ] ; then
echo ""
echo "Network interface status:"
netstat -i
fi