           SPELL=grnet
         VERSION=1.0.1
          SOURCE=$SPELL.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
   SOURCE_URL[0]=http://download.sourcemage.org/mirror/$SOURCE
        WEB_SITE=
         ENTERED=20020219
     SOURCE_HASH=sha512:2e9180e123972898f7cb8b62a3d570f02397c4636faa3f8f8ff8ba3da6b5ab9ffa1648dd86b20f7b985708904662ce0cac92d16769c2442d3ceaa92d708c1e11
        KEYWORDS="net"
           SHORT="grnet parses the data in /proc/net/dev and displays bandwidth statistics"
cat << EOF
Part of grsecurity utils.
This is a pretty simple program.  Just polls /proc/net/dev, reading in byte 
stats for your interfaces, then converts them into kb/mb/gb..and displays
them in a pretty table.  Also shows the average speed of data travelling
across the interface over a 10 second interval, and gives a total of all
info displayed.
EOF
