commit 2ff1fcfd448dc6ee6a54ccde135ee8543eec47e2
parent ce8f1815e51e6ba5c4aeb751582e8fec3ec20e78
Author: Gerrit Pape <pape@smarden.org>
Date: Sun, 7 Mar 2004 10:37:11 +0000
* check-diff, check-dist, check-local, package/check: new; run checks on
programs.
* package/install: run package/check.
* chpst.check, runit-init.check, runit.check, runsv.check,
runsvchdir.check, runsvctrl.check, runsvdir.check, runsvstat.check,
svlogd.check, svwaitdown.check, svwaitup.check, utmpset.check: new;
check program.
* chpst.dist, runit-init.dist, runit.dist, runsv.dist, runsvchdir.dist,
runsvctrl.dist, runsvdir.dist, runsvstat.dist, svlogd.dist,
svwaitdown.dist, svwaitup.dist, utmpset.dist: new; dist check program
output.
1.0.1
Diffstat:
4 files changed, 19 insertions(+), 16 deletions(-)
diff --git a/doc/install.html b/doc/install.html
@@ -17,14 +17,14 @@ If you don't have a <tt>/package</tt> directory, create it now:
# chmod 1755 /package
</pre>
Download
-<a href="runit-1.0.0.tar.gz">runit-1.0.0.tar.gz</a> into <tt>/package</tt>
+<a href="runit-1.0.1.tar.gz">runit-1.0.1.tar.gz</a> into <tt>/package</tt>
and unpack the archive
<pre>
# cd /package
- # gunzip runit-1.0.0.tar
- # tar -xpf runit-1.0.0.tar
- # rm runit-1.0.0.tar
- # cd admin/runit-1.0.0
+ # gunzip runit-1.0.1.tar
+ # tar -xpf runit-1.0.1.tar
+ # rm runit-1.0.1.tar
+ # cd admin/runit-1.0.1
</pre>
On MacOSX, do
<pre>
@@ -43,8 +43,11 @@ hierarchy, do:
</pre>
To report success:
<pre>
- # mail pape-runit-1.0.0@smarden.org <compile/sysdeps
+ # mail pape-runit-1.0.1@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.
+<p>
Refer to <a href="replaceinit.html">replacing init</a> for
replacing <i>init</i> with <i>runit</i>, or to
<a href="useinit.html">use with traditional init</a> for running
diff --git a/doc/replaceinit.html b/doc/replaceinit.html
@@ -117,7 +117,7 @@ default Unix process no 1 <i>runit</i>.
</pre>
To report success:
<pre>
- # ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-1.0.0@smarden.org
+ # ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-1.0.1@smarden.org
</pre>
<hr>
@@ -206,7 +206,7 @@ This will cause <i>runit</i> to enter stage 3 which runs
<p>
To report success:
<pre>
- # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-1.0.0@smarden.org
+ # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-1.0.1@smarden.org
</pre>
<h3>Step 5: Service migration</h3>
The goal is to migrate all services from <i>/etc/rc.*</i> scheme to the
diff --git a/doc/upgrade.html b/doc/upgrade.html
@@ -9,7 +9,7 @@
<hr>
<h1>runit - upgrading from previous versions</h1>
<hr>
-<h3>0.13.0 or 0.13.1 to 1.0.0</h3>
+<h3>0.13.0 or 0.13.1 to 1.0.1</h3>
No further action from you is required.
<h3>0.12.0 or 0.12.1 to 0.13.0 or 0.13.1</h3>
runit's service logging daemon <a href="svlogd.8.html">svlogd</a> now can
diff --git a/doc/usedietlibc.html b/doc/usedietlibc.html
@@ -14,18 +14,18 @@ To recompile the <i>runit</i> programs with the
the recent version of
<a href="http://www.fefe.de/dietlibc/">dietlibc</a> installed.
<p>
-Change to the package directory of <i>runit</i>:
+Change to the package directory of <i>runit</i>
<pre>
- # cd /package/admin/runit/
+ # cd /package/admin/runit/
</pre>
-Change the <tt>conf-cc</tt> and <tt>conf-ld</tt> to use <tt>diet</tt>:
+Change the <tt>conf-cc</tt> and <tt>conf-ld</tt> to use <tt>diet</tt>
<pre>
- # echo 'diet -Os gcc -O2 -Wall' >src/conf-cc
- # echo 'diet -Os gcc -s -Os -pipe' >src/conf-ld
+ # echo 'diet -Os gcc -O2 -Wall' >src/conf-cc
+ # echo 'diet -Os gcc -s -Os -pipe' >src/conf-ld
</pre>
-Rebuild and install the <i>runit</i> programs:
+Rebuild and install the <i>runit</i> programs
<pre>
- # package/install
+ # package/install
</pre>
<hr>
<address><a href="mailto:pape@smarden.org">