diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | doc/install.html | 12 | ||||
-rw-r--r-- | doc/replaceinit.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 2 | ||||
-rw-r--r-- | package/CHANGES | 8 | ||||
-rwxr-xr-x | package/upgrade | 4 | ||||
-rw-r--r-- | package/versions | 1 |
7 files changed, 21 insertions, 12 deletions
diff --git a/Makefile b/Makefile index d714084..bf1b767 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DESTDIR= -PACKAGE=runit-0.11.1 +PACKAGE=runit-0.11.2 DIRS=doc man etc package src MANPAGES=runit.8 runit-init.8 runsvdir.8 runsv.8 svwaitdown.8 svwaitup.8 \ utmpset.8 runsvchdir.8 runsvstat.8 runsvctrl.8 svlogd.8 chpst.8 diff --git a/doc/install.html b/doc/install.html index 1e3a623..8ae1249 100644 --- 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-0.11.1.tar.gz">runit-0.11.1.tar.gz</a> into <tt>/package</tt> +<a href="runit-0.11.2.tar.gz">runit-0.11.2.tar.gz</a> into <tt>/package</tt> and unpack the archive <pre> # cd /package - # gunzip runit-0.11.1.tar - # tar -xpf runit-0.11.1.tar - # rm runit-0.11.1.tar - # cd admin/runit-0.11.1 + # gunzip runit-0.11.2.tar + # tar -xpf runit-0.11.2.tar + # rm runit-0.11.2.tar + # cd admin/runit-0.11.2 </pre> On MacOSX, do <pre> @@ -43,7 +43,7 @@ hierarchy, do: </pre> To report success: <pre> - # mail pape-runit-0.11.1@smarden.org <compile/sysdeps + # mail pape-runit-0.11.2@smarden.org <compile/sysdeps </pre> Refer to <a href="replaceinit.html">replacing init</a> for replacing <i>init</i> with <i>runit</i>, or to diff --git a/doc/replaceinit.html b/doc/replaceinit.html index bdd9a28..e12a165 100644 --- a/doc/replaceinit.html +++ b/doc/replaceinit.html @@ -108,7 +108,7 @@ default Unix process no 1 <i>runit</i>. </pre> To report success: <pre> - # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.11.1@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.11.2@smarden.org </pre> <hr> @@ -189,7 +189,7 @@ Use <b>init 6</b> to reboot and <b>init 0</b> to halt a system that runs <p> To report success: <pre> - # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.11.1@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.11.2@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 index 52f5066..0183d76 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -10,7 +10,7 @@ <h1>runit - upgrading from previous versions</h1> <hr> -<h3>0.10.0 to 0.11.0 or 0.11.1</h3> +<h3>0.10.0 to 0.11.0 or 0.11.1 or 0.11.2</h3> This version introduces the new <a href="chpst.8.html">chpst</a> program, which changes the process state as specified by command line options, and runs another program with this process state. diff --git a/package/CHANGES b/package/CHANGES index 3816d7c..0dd5a9e 100644 --- a/package/CHANGES +++ b/package/CHANGES @@ -1,3 +1,11 @@ +runit 0.11.2 +Tue, 23 Sep 2003 09:59:06 +0200 + * doc/useinit.html: don't use /etc/runit/2 when using runit service + supervision with traditional init, use /sbin/runsvdir-start instead. + * fmt_ptime.c: calculate UTC localtime correctly. + * runsv.c: support ./supervise as symbolic link, on dangling symlink create + link target. + runit 0.11.1 Thu, 4 Sep 2003 11:51:02 +0200 * src/Makefile: add dependency to sysdeps to target fmt_ptime.o (thx Thomas diff --git a/package/upgrade b/package/upgrade index 7017f80..5892b48 100755 --- a/package/upgrade +++ b/package/upgrade @@ -7,9 +7,9 @@ test -d src || ( echo 'Wrong working directory.'; exit 1 ) here=`env - PATH=$PATH pwd` parent=`dirname $here` -echo 'Creating symlink runit -> runit-0.11.1...' +echo 'Creating symlink runit -> runit-0.11.2...' rm -f runit -ln -s runit-0.11.1 runit +ln -s runit-0.11.2 runit mv -f runit .. echo 'Making command links in /command...' diff --git a/package/versions b/package/versions index 2852d0d..bd4a261 100644 --- a/package/versions +++ b/package/versions @@ -18,3 +18,4 @@ 0.10.0 0.11.0 0.11.1 +0.11.2 |