          MODULE=daemontools
         VERSION=0.76
          SOURCE=$MODULE-$VERSION.tar.gz
         SOURCE2=$MODULE-$VERSION.errno.patch
      SOURCE_URL=http://cr.yp.to/$MODULE/
     SOURCE2_URL=$PATCH_URL
      SOURCE_VFY=sha1:70a1be67e7dbe0192a887905846acc99ad5ce5b7
     SOURCE2_VFY=sha1:ee5b43b333dae9ee3ad0d2f9aeb9c1e2537f0978
        WEB_SITE=http://cr.yp.to/daemontools.html
         ENTERED=20081021
         UPDATED=20081021
           SHORT="D.J. Bernstein's $MODULE."

cat << EOF
daemontools is a collection of tools for managing UNIX services.

supervise monitors a service. It starts the service and restarts the
service if it dies. Setting up a new service is easy: all supervise
needs is a directory with a run script that runs the service.

multilog saves error messages to one or more logs. It optionally
timestamps each line and, for each log, includes or excludes lines
matching specified patterns. It automatically rotates logs to limit
the amount of disk space used. If the disk fills up, it pauses and
tries again, without losing any data.
EOF
