           SPELL=net-tools
         VERSION=2.10
          SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE_URL[0]=https://netcologne.dl.sourceforge.net/project/net-tools/${SOURCE}
     SOURCE_HASH=sha512:aa8f631772da6c16b165065fc5929a206504f2dce19e74a4ffc680f09b40f3a9180bd4bbeaac67e0b32693358b01383bae4fbfcb6061180c130e9e0801d536bf
      LICENSE[0]=GPL
        WEB_SITE=https://sourceforge.net/projects/net-tools/
         ENTERED=20010922
        KEYWORDS="tools net"
           SHORT="Essential tools for networking."
cat << EOF
The Net-tools package contains the arp, hostname, ifconfig, netstat,
plipconfig rarp, route, and slattach programs.

arp is used to manipulate the kernel's ARP cache, usually to add or
delete an entry, or to dump the ARP cache.

hostname, with its symlinks domainname, dnsdomainname, nisdomainname,
ypdomainname, and nodename, is used to set or show the system's hostname
(or other, depending on the symlink used).

The ifconfig command is the general command used to configure network
interfaces.

netstat is a multi-purpose tool used to print the network connections,
routing tables, interface statistics, masquerade connections, and
multicast memberships.

plipconfig is used to fine-tune the PLIP device parameters, hopefully
making it faster.

rarp, akin to the arp program, manipulates the system's RARP table.

route is the general utility which is used to manipulate the IP routing
table.

slattach attaches a network interface to a serial line, i.e.. puts a
normal terminal line into one of several "network" modes.
EOF
