runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 12d6653b13d7ca9cede3883efbce7ea183cbe424
parent e43ded41cfa231c8e9e5428a529ed334b940376d
Author: Gerrit Pape <pape@smarden.org>
Date:   Tue, 18 Nov 2003 15:46:31 +0000

0.12.1.

Diffstat:
MMakefile | 2+-
Mdebian/changelog | 6++++++
Mdebian/rules | 38+++++++++++++++++++-------------------
Mdoc/install.html | 12++++++------
Mdoc/replaceinit.html | 4++--
Mdoc/upgrade.html | 2+-
Mpackage/CHANGES | 2++
Mpackage/upgrade | 4++--
Mpackage/versions | 1+
9 files changed, 40 insertions(+), 31 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,6 @@ DESTDIR= -PACKAGE=runit-0.12.0 +PACKAGE=runit-0.12.1 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/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +runit (0.12.1-1) unstable; urgency=low + + * new upstream version. + + -- Gerrit Pape <pape@smarden.org> Tue, 18 Nov 2003 15:45:02 +0000 + runit (0.12.0-1) unstable; urgency=low * new upstream version. diff --git a/debian/rules b/debian/rules @@ -41,16 +41,16 @@ build-arch: configure-stamp build-arch-stamp build-arch-stamp: dh_testdir - tar xfzvp runit-0.12.0.tar.gz + tar xfzvp runit-0.12.1.tar.gz # for i in debian/diff/*.diff; do \ -# cat $$i | ( cd admin/runit-0.12.0 && patch -p0 ); \ +# cat $$i | ( cd admin/runit-0.12.1 && patch -p0 ); \ # done -gcc -v ( \ set -e; \ - cd admin/runit-0.12.0/src; \ - ln -s runit-0.12.0 runit; mv runit ../..; \ + cd admin/runit-0.12.1/src; \ + ln -s runit-0.12.1 runit; mv runit ../..; \ echo "$(CC) $(CFLAGS)" >conf-cc; \ echo "$(CC) $(LDFLAGS)" >conf-ld; \ $(MAKE); \ @@ -82,29 +82,29 @@ install: build dh_installdirs # runit - install -m0500 admin/runit-0.12.0/src/runit \ + install -m0500 admin/runit-0.12.1/src/runit \ $(CURDIR)/debian/runit/sbin/runit - install -m0500 admin/runit-0.12.0/src/runit-init \ + install -m0500 admin/runit-0.12.1/src/runit-init \ $(CURDIR)/debian/runit/sbin/runit-init - install -m0755 admin/runit-0.12.0/src/runsvdir \ + install -m0755 admin/runit-0.12.1/src/runsvdir \ $(CURDIR)/debian/runit/usr/bin/runsvdir - install -m0755 admin/runit-0.12.0/src/runsv \ + install -m0755 admin/runit-0.12.1/src/runsv \ $(CURDIR)/debian/runit/usr/bin/runsv - install -m0755 admin/runit-0.12.0/src/runsvchdir \ + install -m0755 admin/runit-0.12.1/src/runsvchdir \ $(CURDIR)/debian/runit/usr/sbin/runsvchdir - install -m0755 admin/runit-0.12.0/src/svlogd \ + install -m0755 admin/runit-0.12.1/src/svlogd \ $(CURDIR)/debian/runit/usr/bin/svlogd - install -m0755 admin/runit-0.12.0/src/svwaitdown \ + install -m0755 admin/runit-0.12.1/src/svwaitdown \ $(CURDIR)/debian/runit/usr/bin/svwaitdown - install -m0755 admin/runit-0.12.0/src/svwaitup \ + install -m0755 admin/runit-0.12.1/src/svwaitup \ $(CURDIR)/debian/runit/usr/bin/svwaitup - install -m0755 admin/runit-0.12.0/src/utmpset \ + install -m0755 admin/runit-0.12.1/src/utmpset \ $(CURDIR)/debian/runit/usr/sbin/utmpset - install -m0755 admin/runit-0.12.0/src/runsvstat \ + install -m0755 admin/runit-0.12.1/src/runsvstat \ $(CURDIR)/debian/runit/usr/bin/runsvstat - install -m0755 admin/runit-0.12.0/src/runsvctrl \ + install -m0755 admin/runit-0.12.1/src/runsvctrl \ $(CURDIR)/debian/runit/usr/bin/runsvctrl - install -m0755 admin/runit-0.12.0/src/chpst \ + install -m0755 admin/runit-0.12.1/src/chpst \ $(CURDIR)/debian/runit/usr/bin/chpst # runsvdir-start to be used from /etc/inittab @@ -114,9 +114,9 @@ install: build # temporary? ( cd $(CURDIR)/debian/runit/usr/sbin/ && ln -s ../bin/chpst setuidgid ) - install -m0755 admin/runit-0.12.0/etc/debian/getty-tty5/run \ + install -m0755 admin/runit-0.12.1/etc/debian/getty-tty5/run \ $(CURDIR)/debian/runit/etc/runit/getty-5/run - install -m0755 admin/runit-0.12.0/etc/debian/getty-tty5/finish \ + install -m0755 admin/runit-0.12.1/etc/debian/getty-tty5/finish \ $(CURDIR)/debian/runit/etc/runit/getty-5/finish # lintian overrides @@ -155,7 +155,7 @@ binary-arch: build install # dh_installdocs -an # dh_installexamples -a dh_installman -a admin/runit/man/*.8 - dh_installchangelogs -a admin/runit-0.12.0/package/CHANGES + dh_installchangelogs -a admin/runit-0.12.1/package/CHANGES dh_strip -a dh_link -a dh_compress -a 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-0.12.0.tar.gz">runit-0.12.0.tar.gz</a> into <tt>/package</tt> +<a href="runit-0.12.1.tar.gz">runit-0.12.1.tar.gz</a> into <tt>/package</tt> and unpack the archive <pre> # cd /package - # gunzip runit-0.12.0.tar - # tar -xpf runit-0.12.0.tar - # rm runit-0.12.0.tar - # cd admin/runit-0.12.0 + # gunzip runit-0.12.1.tar + # tar -xpf runit-0.12.1.tar + # rm runit-0.12.1.tar + # cd admin/runit-0.12.1 </pre> On MacOSX, do <pre> @@ -43,7 +43,7 @@ hierarchy, do: </pre> To report success: <pre> - # mail pape-runit-0.12.0@smarden.org &lt;compile/sysdeps + # mail pape-runit-0.12.1@smarden.org &lt;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 @@ -114,7 +114,7 @@ default Unix process no 1 <i>runit</i>. </pre> To report success: <pre> - # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.12.0@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.12.1@smarden.org </pre> <hr> @@ -200,7 +200,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.12.0@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.12.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 @@ -10,7 +10,7 @@ <h1>runit - upgrading from previous versions</h1> <hr> -<h3>0.11.x to 0.12.0</h3> +<h3>0.11.x to 0.12.0 or 0.12.1</h3> With this version runit supports running under sysvinit on the Solaris platform. Replacing init on Solaris is not yet supported. diff --git a/package/CHANGES b/package/CHANGES @@ -1,3 +1,5 @@ +runit 0.12.1 +Tue, 18 Nov 2003 15:42:44 +0000 * doc/runscripts: add pppd run script (with chpst) next to the ppp one. * man/chpst.8: typo. * etc/debian/3: test -r -> test -x (thx Alejandro Mery). diff --git 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.12.0...' +echo 'Creating symlink runit -> runit-0.12.1...' rm -f runit -ln -s runit-0.12.0 runit +ln -s runit-0.12.1 runit mv -f runit .. echo 'Making command links in /command...' diff --git a/package/versions b/package/versions @@ -20,3 +20,4 @@ 0.11.1 0.11.2 0.12.0 +0.12.1