          MODULE=lsof
         VERSION=4.86
          SOURCE=${MODULE}_${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION}
   SOURCE_URL[0]=ftp://sunsite.ualberta.ca/pub/Mirror/$MODULE
   SOURCE_URL[1]=ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/$MODULE
   SOURCE_URL[2]=ftp://gd.tuwien.ac.at/utils/admin-tools/$MODULE
   SOURCE_URL[3]=ftp://sunsite.ualberta.ca/pub/Mirror/$MODULE
      SOURCE_VFY=sha1:53c124fe6fddbc96f4724abec16572d9239f913e
        WEB_SITE=ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/README
         ENTERED=20011005
         UPDATED=20120503
           SHORT="Lists open files for running processes"

cat << EOF
Lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open
Files, and it does just that. It lists information about any files that
are open by processes currently running on the system. It can also list
communications open by each process.
EOF
