diff options
author | Gerrit Pape <pape@smarden.org> | 2005-07-24 16:50:49 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2005-07-24 16:50:49 +0000 |
commit | ad0346feb67706b0f56626d238f5329e46acda60 (patch) | |
tree | 1ac392636ba58585aec26b0ea7238edf17a3bee6 /doc | |
parent | 6fe245a70f2c2b578b77ad862b2d3335d696b5f4 (diff) | |
download | runit-ad0346feb67706b0f56626d238f5329e46acda60.tar.gz runit-ad0346feb67706b0f56626d238f5329e46acda60.tar.xz runit-ad0346feb67706b0f56626d238f5329e46acda60.zip |
minor.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 3 | ||||
-rw-r--r-- | doc/install.html | 20 | ||||
-rw-r--r-- | doc/upgrade.html | 1 |
3 files changed, 11 insertions, 13 deletions
diff --git a/doc/index.html b/doc/index.html index b63861c..f5db09a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -122,8 +122,7 @@ The amount of code in process no 1 should be minimal. <b><i>runit</i> in use</b>: I replaced <i>sysvinit</i> successfully with <i>runit</i> on several server systems and a laptop running Debian/GNU Linux sarge, woody, and potato. -Of course also the <tt>smarden.org</tt> content server is running with -<i>runit</i> as process no 1, here is an example: +Here is an example: <pre> # strings /proc/1/exe |grep Id $Id: runit.c,v 1.7 2002/02/13 09:59:52 pape Exp $ diff --git a/doc/install.html b/doc/install.html index 9e56c58..0ce48b9 100644 --- a/doc/install.html +++ b/doc/install.html @@ -13,18 +13,18 @@ <a href="http://cr.yp.to/slashpackage.html">/package</a>. If you don't have a <tt>/package</tt> directory, create it now: <pre> - # mkdir -p /package - # chmod 1755 /package + # mkdir -p /package + # chmod 1755 /package </pre> Download <a href="runit-1.3.0.tar.gz">runit-1.3.0.tar.gz</a> into <tt>/package</tt> and unpack the archive <pre> - # cd /package - # gunzip runit-1.3.0.tar - # tar -xpf runit-1.3.0.tar - # rm runit-1.3.0.tar - # cd admin/runit-1.3.0 + # cd /package + # gunzip runit-1.3.0.tar + # tar -xpf runit-1.3.0.tar + # rm runit-1.3.0.tar + # cd admin/runit-1.3.0 </pre> On MacOSX, do <pre> @@ -34,16 +34,16 @@ On MacOSX, do </pre> Now compile and install the <i>runit</i> programs <pre> - # package/install + # package/install </pre> If you want to make the man pages available in the <tt>/usr/local/man/</tt> hierarchy, do: <pre> - # package/install-man + # package/install-man </pre> To report success: <pre> - # mail pape-runit-1.3.0@smarden.org <compile/sysdeps + # mail pape-runit-1.3.0@smarden.org <compile/sysdeps </pre> If you use <i>runit</i> regularly, please <a href="http://smarden.org/pape/#contribution">contribute</a> to the project. diff --git a/doc/upgrade.html b/doc/upgrade.html index 6c82d98..3fb648f 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,7 +18,6 @@ interface to LSB init script actions for services controlled by runit. See the <a href="sv.8.html">man page</a> for details. Thanks to Lars Uffmann, instructions on how to run runit under launchd on MacOSX 10.4 have been added. - <h3>1.1.0 to 1.2.x</h3> With this version the <a href="runsv.8.html">runsv</a> program makes controlling the service through commands normally sent by |