           SPELL=grnet
         VERSION=1.0.1
          SOURCE=$SPELL.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
   SOURCE_URL[0]=http://grsecurity.net/$SOURCE
        WEB_SITE=http://www.grsecurity.net/misc.htm
       BUILD_API=2
         ENTERED=20020219
         UPDATED=20020219
          MD5[0]=688609e83e39cab12ebc984e401e0e0f
           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
