commit 275c92a71f633926560244335b5e9828f17f3e8e
parent 2b464e38c5dbd7f81cfa551376347334bdc9aa31
Author: Gerrit Pape <pape@smarden.org>
Date: Wed, 30 Apr 2003 20:25:38 +0000
0.9.1.
Diffstat:
7 files changed, 32 insertions(+), 26 deletions(-)
diff --git a/Makefile b/Makefile
@@ -1,6 +1,6 @@
DESTDIR=
-PACKAGE=runit-0.9.0
+PACKAGE=runit-0.9.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
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,9 @@
+runit (0.9.1-1) unstable; urgency=low
+
+ * new upstream version.
+
+ -- Gerrit Pape <pape@smarden.org> Wed, 30 Apr 2003 22:22:17 +0200
+
runit (0.9.0-1) unstable; urgency=low
* new upstream version.
diff --git a/debian/rules b/debian/rules
@@ -15,11 +15,11 @@ build-arch: configure-stamp build-arch-stamp
build-arch-stamp:
dh_testdir
- tar xfzvp runit-0.9.0.tar.gz
+ tar xfzvp runit-0.9.1.tar.gz
( \
set -e; \
- cd admin/runit-0.9.0/src; \
- ln -s runit-0.9.0 runit; mv runit ../..; \
+ cd admin/runit-0.9.1/src; \
+ ln -s runit-0.9.1 runit; mv runit ../..; \
echo 'diet -v -Os gcc -O2 -Wall' >conf-cc; \
echo 'diet -v -Os gcc -s -Os -pipe' >conf-ld; \
$(MAKE); \
@@ -52,28 +52,28 @@ install: build
dh_installdirs
# runit
- install -m0500 admin/runit-0.9.0/src/runit \
+ install -m0500 admin/runit-0.9.1/src/runit \
$(CURDIR)/debian/runit/sbin/runit
- install -m0500 admin/runit-0.9.0/src/runit-init \
+ install -m0500 admin/runit-0.9.1/src/runit-init \
$(CURDIR)/debian/runit/sbin/runit-init
- install -m0755 admin/runit-0.9.0/src/runsvdir \
+ install -m0755 admin/runit-0.9.1/src/runsvdir \
$(CURDIR)/debian/runit/usr/bin/runsvdir
- install -m0755 admin/runit-0.9.0/src/runsv \
+ install -m0755 admin/runit-0.9.1/src/runsv \
$(CURDIR)/debian/runit/usr/bin/runsv
- install -m0755 admin/runit-0.9.0/src/runsvchdir \
+ install -m0755 admin/runit-0.9.1/src/runsvchdir \
$(CURDIR)/debian/runit/usr/sbin/runsvchdir
- install -m0755 admin/runit-0.9.0/src/svlogd \
+ install -m0755 admin/runit-0.9.1/src/svlogd \
$(CURDIR)/debian/runit/usr/bin/svlogd
- install -m0755 admin/runit-0.9.0/src/svwaitdown \
+ install -m0755 admin/runit-0.9.1/src/svwaitdown \
$(CURDIR)/debian/runit/usr/bin/svwaitdown
- install -m0755 admin/runit-0.9.0/src/svwaitup \
+ install -m0755 admin/runit-0.9.1/src/svwaitup \
$(CURDIR)/debian/runit/usr/bin/svwaitup
- install -m0755 admin/runit-0.9.0/src/utmpset \
+ install -m0755 admin/runit-0.9.1/src/utmpset \
$(CURDIR)/debian/runit/usr/sbin/utmpset
- install -m0755 admin/runit-0.9.0/src/runsvstat \
+ install -m0755 admin/runit-0.9.1/src/runsvstat \
$(CURDIR)/debian/runit/usr/bin/runsvstat
- install -m0755 admin/runit-0.9.0/src/runsvctrl \
+ install -m0755 admin/runit-0.9.1/src/runsvctrl \
$(CURDIR)/debian/runit/usr/bin/runsvctrl
install -m0755 debian/getty-tty5.run \
@@ -117,7 +117,7 @@ binary-arch: build install
# dh_installdocs -an
# dh_installexamples -a
dh_installman -a admin/runit/man/*.8
- dh_installchangelogs -a admin/runit-0.9.0/package/CHANGES
+ dh_installchangelogs -a admin/runit-0.9.1/package/CHANGES
dh_strip -a
# dh_link -a
dh_compress -a
diff --git a/doc/install.html b/doc/install.html
@@ -13,14 +13,14 @@ Check that you have the recent version of
<a href="http://cr.yp.to/daemontools.html">daemontools</a> installed.
<p>
Download
-<a href="runit-0.9.0.tar.gz">runit-0.9.0.tar.gz</a> into <tt>/package</tt>
+<a href="runit-0.9.1.tar.gz">runit-0.9.1.tar.gz</a> into <tt>/package</tt>
and unpack the archive
<pre>
# cd /package
- # gunzip runit-0.9.0.tar
- # tar -xpf runit-0.9.0.tar
- # rm runit-0.9.0.tar
- # cd admin/runit-0.9.0
+ # gunzip runit-0.9.1.tar
+ # tar -xpf runit-0.9.1.tar
+ # rm runit-0.9.1.tar
+ # cd admin/runit-0.9.1
</pre>
Compile and install the <i>runit</i> programs
<pre>
diff --git a/doc/replaceinit.html b/doc/replaceinit.html
@@ -107,7 +107,7 @@ default Unix process no 1 <i>runit</i>.
</pre>
To report success:
<pre>
- # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.9.0@smarden.org
+ # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.9.1@smarden.org
</pre>
<hr>
@@ -188,7 +188,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.9.0@smarden.org
+ # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.9.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.8.0 or 0.8.1 to 0.9.0</h3>
+<h3>0.8.0 or 0.8.1 to 0.9.1</h3>
The <a href="svlogd.8.html">svlogd</a> program is new.
<i>svlogd</i> is a service logging daemon designed to be run from
<tt>log/run</tt> files, similar to
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.9.0...'
+echo 'Creating symlink runit -> runit-0.9.1...'
rm -f runit
-ln -s runit-0.9.0 runit
+ln -s runit-0.9.1 runit
mv -f runit ..
echo 'Making command links in /command...'