File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11DESTDIR =
22
3- PACKAGE =runit-2.1.1
3+ PACKAGE =runit-2.1.2
44DIRS =doc man etc package src
55MANPAGES =runit.8 runit-init.8 runsvdir.8 runsv.8 sv.8 utmpset.8 \
66 runsvchdir.8 svlogd.8 chpst.8
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ <h1>runit - installation</h1>
1717 # chmod 1755 /package
1818</ pre >
1919Download
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 >
2121and 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 >
2929On MacOSX, do
3030< pre >
@@ -43,7 +43,7 @@ <h1>runit - installation</h1>
4343</ pre >
4444To report success:
4545< pre >
46- # mail pape-runit-2.1.1 @smarden.org <compile/sysdeps
46+ # mail pape-runit-2.1.2 @smarden.org <compile/sysdeps
4747</ pre >
4848If you use < i > runit</ i > regularly, please
4949< 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>
122122</ pre >
123123To 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 >
212212To 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 >
217217The goal is to migrate all services from < i > /etc/rc.*</ i > scheme to the
Original file line number Diff line number Diff line change 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 >
1313The < a href ="chpst.8.html "> chpst</ a > program learned a new option -b to run
1414a program with a different name as the 0th argument.
1515< h3 > 1.9.0 to 2.0.0</ h3 >
Original file line number Diff line number Diff line change 112.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.
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ test -d src || sh -cx '! : Wrong working directory.'
88here=` env - PATH=$PATH pwd`
99parent=` dirname $here `
1010
11- echo ' Creating symlink runit -> runit-2.1.1 ...'
11+ echo ' Creating symlink runit -> runit-2.1.2 ...'
1212rm -f runit
13- ln -s runit-2.1.1 runit
13+ ln -s runit-2.1.2 runit
1414mv -f runit ..
1515
1616echo ' Making command links in /command...'
Original file line number Diff line number Diff line change 51512.0.0
52522.1.0
53532.1.1
54+ 2.1.2
You can’t perform that action at this time.
0 commit comments