commit 0364c129b5f8fa57a3563fef4687b1f2c6d6744a
parent ea2a0cb98d12bfe3ef151fd4ed2c221a52866dca
Author: Gerrit Pape <pape@smarden.org>
Date: Mon, 19 Jan 2004 17:45:40 +0000
0.13.1.
Diffstat:
11 files changed, 26 insertions(+), 17 deletions(-)
diff --git a/Makefile b/Makefile
@@ -1,6 +1,6 @@
DESTDIR=
-PACKAGE=runit-0.13.0
+PACKAGE=runit-0.13.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,10 @@
+runit (0.13.1-1) unstable; urgency=low
+
+ * new upstream version: fixes svlogd to print new-line character on end
+ of line properly (closes: #228446).
+
+ -- Gerrit Pape <pape@smarden.org> Mon, 19 Jan 2004 13:37:13 +0000
+
runit (0.13.0-1) unstable; urgency=low
* new upstream version: svlogd.8 documents -tt option (closes: #213011);
diff --git a/debian/rules b/debian/rules
@@ -40,11 +40,11 @@ DIR =`pwd`/debian/runit
build: deb-checkdir build-stamp
build-stamp:
- tar xfzp runit-0.13.0.tar.gz
+ tar xfzp runit-0.13.1.tar.gz
-gcc -v
( \
- cd admin/runit-0.13.0/src && \
- ln -s runit-0.13.0 runit && mv runit ../.. && \
+ cd admin/runit-0.13.1/src && \
+ ln -s runit-0.13.1 runit && mv runit ../.. && \
echo "$(CC) $(CFLAGS)" >conf-cc && \
echo "$(CC) $(LDFLAGS)" >conf-ld && \
$(MAKE); \
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.13.0.tar.gz">runit-0.13.0.tar.gz</a> into <tt>/package</tt>
+<a href="runit-0.13.1.tar.gz">runit-0.13.1.tar.gz</a> into <tt>/package</tt>
and unpack the archive
<pre>
# cd /package
- # gunzip runit-0.13.0.tar
- # tar -xpf runit-0.13.0.tar
- # rm runit-0.13.0.tar
- # cd admin/runit-0.13.0
+ # gunzip runit-0.13.1.tar
+ # tar -xpf runit-0.13.1.tar
+ # rm runit-0.13.1.tar
+ # cd admin/runit-0.13.1
</pre>
On MacOSX, do
<pre>
@@ -43,7 +43,7 @@ hierarchy, do:
</pre>
To report success:
<pre>
- # mail pape-runit-0.13.0@smarden.org <compile/sysdeps
+ # mail pape-runit-0.13.1@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
@@ -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.13.0@smarden.org
+ # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.13.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.13.0@smarden.org
+ # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.13.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.12.0 or 0.12.1 to 0.13.0</h3>
+<h3>0.12.0 or 0.12.1 to 0.13.0 or 0.13.1</h3>
runit's service logging daemon <a href="svlogd.8.html">svlogd</a> now can
be configured to transmit selected log messages through UDP.
For reliable network logging through TCP with support for authentication,
diff --git a/package/CHANGES b/package/CHANGES
@@ -4,6 +4,7 @@
* trysocketlib.c: new; check for libraries needed for socket() on some
systems (fixes link failure on solaris, thx Uffe Jakobsen).
* Makefile: adapt.
+ * print-cc.sh, print-ld.sh: head -1 -> head -n1.
runit 0.13.0
Mon, 12 Jan 2004 14:39:38 +0000
diff --git a/package/upgrade b/package/upgrade
@@ -7,9 +7,9 @@ test -d src || ( echo 'Wrong working directory.'; exit 1 ) || exit 1
here=`env - PATH=$PATH pwd`
parent=`dirname $here`
-echo 'Creating symlink runit -> runit-0.13.0...'
+echo 'Creating symlink runit -> runit-0.13.1...'
rm -f runit
-ln -s runit-0.13.0 runit
+ln -s runit-0.13.1 runit
mv -f runit ..
echo 'Making command links in /command...'
diff --git a/package/versions b/package/versions
@@ -22,3 +22,4 @@
0.12.0
0.12.1
0.13.0
+0.13.1
diff --git a/src/print-cc.sh b/src/print-cc.sh
@@ -1,4 +1,4 @@
-cc="`head -1 conf-cc`"
+cc="`head -n1 conf-cc`"
systype="`cat systype`"
cat warn-auto.sh
diff --git a/src/print-ld.sh b/src/print-ld.sh
@@ -1,4 +1,4 @@
-ld="`head -1 conf-ld`"
+ld="`head -n1 conf-ld`"
systype="`cat systype`"
cat warn-auto.sh