Skip to content

Commit 1a7b609

Browse files
g-papeericonr
authored andcommitted
release 2.1.2.
1 parent 3b0726b commit 1a7b609

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DESTDIR=
22

3-
PACKAGE=runit-2.1.1
3+
PACKAGE=runit-2.1.2
44
DIRS=doc man etc package src
55
MANPAGES=runit.8 runit-init.8 runsvdir.8 runsv.8 sv.8 utmpset.8 \
66
runsvchdir.8 svlogd.8 chpst.8

doc/install.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ <h1>runit - installation</h1>
1717
# chmod 1755 /package
1818
</pre>
1919
Download
20-
<a href="runit-2.1.1.tar.gz">runit-2.1.1.tar.gz</a> into <tt>/package</tt>
20+
<a href="runit-2.1.2.tar.gz">runit-2.1.2.tar.gz</a> into <tt>/package</tt>
2121
and unpack the archive
2222
<pre>
2323
# cd /package
24-
# gunzip runit-2.1.1.tar
25-
# tar -xpf runit-2.1.1.tar
26-
# rm runit-2.1.1.tar
27-
# cd admin/runit-2.1.1
24+
# gunzip runit-2.1.2.tar
25+
# tar -xpf runit-2.1.2.tar
26+
# rm runit-2.1.2.tar
27+
# cd admin/runit-2.1.2
2828
</pre>
2929
On MacOSX, do
3030
<pre>
@@ -43,7 +43,7 @@ <h1>runit - installation</h1>
4343
</pre>
4444
To report success:
4545
<pre>
46-
# mail pape-runit-2.1.1@smarden.org &lt;compile/sysdeps
46+
# mail pape-runit-2.1.2@smarden.org &lt;compile/sysdeps
4747
</pre>
4848
If you use <i>runit</i> regularly, please
4949
<a href="http://smarden.org/pape/#contribution">contribute</a> to the project.

doc/replaceinit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h3>Step 7: Final reboot</h3>
122122
</pre>
123123
To report success:
124124
<pre>
125-
# ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-2.1.1@smarden.org
125+
# ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-2.1.2@smarden.org
126126
</pre>
127127
<hr>
128128

@@ -211,7 +211,7 @@ <h3>Step 4: Replace the <tt>/sbin/init</tt> binary</h3>
211211
<p>
212212
To report success:
213213
<pre>
214-
# ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-2.1.1@smarden.org
214+
# ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-2.1.2@smarden.org
215215
</pre>
216216
<h3>Step 5: Service migration</h3>
217217
The goal is to migrate all services from <i>/etc/rc.*</i> scheme to the

doc/upgrade.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<hr>
1010
<h1>runit - upgrading from previous versions</h1>
1111
<hr>
12-
<h3>2.0.0 to 2.1.1</h3>
12+
<h3>2.0.0 to 2.1.2</h3>
1313
The <a href="chpst.8.html">chpst</a> program learned a new option -b to run
1414
a program with a different name as the 0th argument.
1515
<h3>1.9.0 to 2.0.0</h3>

package/CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
2.1.2
2-
2+
Sun, 10 Aug 2014 18:01:54 +0000
33
* doc/index.html: reorder, cleanup links to distributions; add Linux
44
from Scratch, Finnix, VServer.
55
* sv.c: properly format status command's output on failure cases.

package/upgrade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ test -d src || sh -cx '! : Wrong working directory.'
88
here=`env - PATH=$PATH pwd`
99
parent=`dirname $here`
1010

11-
echo 'Creating symlink runit -> runit-2.1.1...'
11+
echo 'Creating symlink runit -> runit-2.1.2...'
1212
rm -f runit
13-
ln -s runit-2.1.1 runit
13+
ln -s runit-2.1.2 runit
1414
mv -f runit ..
1515

1616
echo 'Making command links in /command...'

package/versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@
5151
2.0.0
5252
2.1.0
5353
2.1.1
54+
2.1.2

0 commit comments

Comments
 (0)