Last change
on this file was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
987 bytes
|
Line | |
---|
1 | [1]D. J. Bernstein |
---|
2 | [2]UNIX |
---|
3 | [3]daemontools |
---|
4 | |
---|
5 | How to install daemontools |
---|
6 | |
---|
7 | Like any other piece of software (and information generally), |
---|
8 | daemontools comes with NO WARRANTY. |
---|
9 | |
---|
10 | System requirements |
---|
11 | |
---|
12 | daemontools works only under UNIX. |
---|
13 | |
---|
14 | Installation |
---|
15 | |
---|
16 | Create a /package directory: |
---|
17 | mkdir -p /package |
---|
18 | chmod 1755 /package |
---|
19 | cd /package |
---|
20 | |
---|
21 | Download [4]daemontools-0.76.tar.gz into /package. Unpack the |
---|
22 | daemontools package: |
---|
23 | gunzip daemontools-0.76.tar |
---|
24 | tar -xpf daemontools-0.76.tar |
---|
25 | rm daemontools-0.76.tar |
---|
26 | cd admin/daemontools-0.76 |
---|
27 | |
---|
28 | Compile and set up the daemontools programs: |
---|
29 | package/install |
---|
30 | |
---|
31 | On BSD systems, reboot to start svscan. |
---|
32 | |
---|
33 | To report success: |
---|
34 | mail djb-sysdeps@cr.yp.to < /package/admin/daemontools/compile/sysdeps |
---|
35 | |
---|
36 | References |
---|
37 | |
---|
38 | 1. http://cr.yp.to/djb.html |
---|
39 | 2. http://cr.yp.to/unix.html |
---|
40 | 3. http://cr.yp.to/daemontools.html |
---|
41 | 4. http://cr.yp.to/daemontools/daemontools-0.76.tar.gz |
---|
Note: See
TracBrowser
for help on using the repository browser.