File tree Expand file tree Collapse file tree 7 files changed +14
-13
lines changed Expand file tree Collapse file tree 7 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
1
DESTDIR =
2
2
3
- PACKAGE =runit-2.1.1
3
+ PACKAGE =runit-2.1.2
4
4
DIRS =doc man etc package src
5
5
MANPAGES =runit.8 runit-init.8 runsvdir.8 runsv.8 sv.8 utmpset.8 \
6
6
runsvchdir.8 svlogd.8 chpst.8
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ <h1>runit - installation</h1>
17
17
# chmod 1755 /package
18
18
</ pre >
19
19
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 >
21
21
and unpack the archive
22
22
< pre >
23
23
# 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
28
28
</ pre >
29
29
On MacOSX, do
30
30
< pre >
@@ -43,7 +43,7 @@ <h1>runit - installation</h1>
43
43
</ pre >
44
44
To report success:
45
45
< pre >
46
- # mail pape-runit-2.1.1 @smarden.org <compile/sysdeps
46
+ # mail pape-runit-2.1.2 @smarden.org <compile/sysdeps
47
47
</ pre >
48
48
If you use < i > runit</ i > regularly, please
49
49
< a href ="http://smarden.org/pape/#contribution "> contribute</ a > to the project.
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ <h3>Step 7: Final reboot</h3>
122
122
</ pre >
123
123
To report success:
124
124
< 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
126
126
</ pre >
127
127
< hr >
128
128
@@ -211,7 +211,7 @@ <h3>Step 4: Replace the <tt>/sbin/init</tt> binary</h3>
211
211
< p >
212
212
To report success:
213
213
< 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
215
215
</ pre >
216
216
< h3 > Step 5: Service migration</ h3 >
217
217
The goal is to migrate all services from < i > /etc/rc.*</ i > scheme to the
Original file line number Diff line number Diff line change 9
9
< hr >
10
10
< h1 > runit - upgrading from previous versions</ h1 >
11
11
< hr >
12
- < h3 > 2.0.0 to 2.1.1 </ h3 >
12
+ < h3 > 2.0.0 to 2.1.2 </ h3 >
13
13
The < a href ="chpst.8.html "> chpst</ a > program learned a new option -b to run
14
14
a program with a different name as the 0th argument.
15
15
< h3 > 1.9.0 to 2.0.0</ h3 >
Original file line number Diff line number Diff line change 1
1
2.1.2
2
-
2
+ Sun, 10 Aug 2014 18:01:54 +0000
3
3
* doc/index.html: reorder, cleanup links to distributions; add Linux
4
4
from Scratch, Finnix, VServer.
5
5
* sv.c: properly format status command's output on failure cases.
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ test -d src || sh -cx '! : Wrong working directory.'
8
8
here=` env - PATH=$PATH pwd`
9
9
parent=` dirname $here `
10
10
11
- echo ' Creating symlink runit -> runit-2.1.1 ...'
11
+ echo ' Creating symlink runit -> runit-2.1.2 ...'
12
12
rm -f runit
13
- ln -s runit-2.1.1 runit
13
+ ln -s runit-2.1.2 runit
14
14
mv -f runit ..
15
15
16
16
echo ' Making command links in /command...'
Original file line number Diff line number Diff line change 51
51
2.0.0
52
52
2.1.0
53
53
2.1.1
54
+ 2.1.2
You can’t perform that action at this time.
0 commit comments