#!/usr/bin/perl
#
#****************************************
#Bandmin (c)1998-1999 J. Nick Koston (BlueDraco)
# - A simple Bandwidth Monitor
#****************************************
#
#To use this package you must have a OS that has either ipfwadm,ipchains,
#or ipfw
#
# Version info

$VERSION = "0.85";
$PACKAGE = "bandmin";
$FTP = "ftp://missinglink.darkorb.net/pub/bandmin/";

1;
