| 1 |
AUTHOR: Stefan Krah <djbware-install at bytereef.org> |
|---|
| 2 |
|
|---|
| 3 |
DATE: 2005-11-05 |
|---|
| 4 |
|
|---|
| 5 |
LICENSE: GNU Free Documentation License Version 1.2 |
|---|
| 6 |
|
|---|
| 7 |
SYNOPSIS: Install and use daemontools-0.76 and ucspi-tcp-0.88 |
|---|
| 8 |
|
|---|
| 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. |
|---|
| 12 |
|
|---|
| 13 |
PREREQUISITES: A working Unix system with the usual development tools. |
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
HINT: |
|---|
| 17 |
|
|---|
| 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. |
|---|
| 22 |
|
|---|
| 23 |
The ucspi-tcp suite contains tcpserver, a secure replacement for inetd, |
|---|
| 24 |
as well as several other useful net-tools. |
|---|
| 25 |
|
|---|
| 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: |
|---|
| 28 |
|
|---|
| 29 |
http://www.bytereef.org/howto/djb/daemontools-install.html |
|---|
| 30 |
http://www.bytereef.org/howto/djb/ucspi-tcp-install.html |
|---|
| 31 |
|
|---|
| 32 |
If you want to know how to *use* daemontools/tcpserver, read: |
|---|
| 33 |
|
|---|
| 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 |
|---|
| 37 |
|
|---|
| 38 |
|
|---|
| 39 |
ACKNOWLEDGEMENTS: |
|---|
| 40 |
* All the people who contributed to the original BLFS entry |
|---|
| 41 |
|
|---|
| 42 |
CHANGELOG: |
|---|
| 43 |
[2005-11-05] |
|---|
| 44 |
* Initial hint. |
|---|
| 45 |
[2005-12-04] |
|---|
| 46 |
* Added usage examples. Changed URLs. |
|---|