1 AUTHOR: Stefan Krah <djbware-install at bytereef.org>
5 LICENSE: GNU Free Documentation License Version 1.2
7 SYNOPSIS: Install and use daemontools-0.76 and ucspi-tcp-0.88
9 DESCRIPTION: Since the BLFS Book has dropped support for daemontools and
10 ucspi-tcp, I'm maintaining the install instructions at my
11 website. I have added usage examples of my own.
13 PREREQUISITES: A working Unix system with the usual development tools.
18 DJ Bernstein's daemontools suite offers a very convenient way of starting
19 and controlling daemons. The package includes other highly useful tools like
20 multilog, which does automatic log rotation, or setlock, which can be used
21 in shell scripts to ensure that only a single instance of a program is running.
23 The ucspi-tcp suite contains tcpserver, a secure replacement for inetd,
24 as well as several other useful net-tools.
26 The BLFS book has dropped support for daemontools and ucspi-tcp, so I
27 maintain an updated version of the last install instructions at:
29 http://www.bytereef.org/howto/djb/daemontools-install.html
30 http://www.bytereef.org/howto/djb/ucspi-tcp-install.html
32 If you want to know how to *use* daemontools/tcpserver, read:
34 http://www.bytereef.org/howto/djb/tcpserver-getting-started.html
35 http://www.bytereef.org/howto/djb/daytime-server.html
36 http://www.bytereef.org/howto/djb/further-reading.html
40 * All the people who contributed to the original BLFS entry
46 * Added usage examples. Changed URLs.