runit

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

commit 7b0b738aba4e75f64fb193321cca134936c8db6a
parent 47e3aa63213870a12d0488effa16c9edd16a756c
Author: Gerrit Pape <pape@smarden.org>
Date:   Wed, 24 Aug 2005 20:15:53 +0000

  * new upstream version.
  * debian/runit.README.Debian: typo.
  * debian/getty-tty5.run: dev-null output of 'type fgetty'.
  * debian/2 (runsvdir-start): use -P option to runsvdir.
-1.

Diffstat:
Mdebian/2 | 2+-
Mdebian/changelog | 9+++++++++
Mdebian/getty-tty5.run | 2+-
Mdebian/rules | 4++--
Mdebian/runit.README.Debian | 2+-
5 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/debian/2 b/debian/2 @@ -3,4 +3,4 @@ PATH=/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin exec env - PATH=$PATH \ -runsvdir /var/service 'log: ...........................................................................................................................................................................................................................................................................................................................................................................................................' +runsvdir -P /var/service 'log: ...........................................................................................................................................................................................................................................................................................................................................................................................................' diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,12 @@ +runit (1.3.1-1) unstable; urgency=low + + * new upstream version. + * debian/runit.README.Debian: typo. + * debian/getty-tty5.run: dev-null output of 'type fgetty'. + * debian/2 (runsvdir-start): use -P option to runsvdir. + + -- Gerrit Pape <pape@smarden.org> Wed, 24 Aug 2005 20:15:39 +0000 + runit (1.3.0-1) unstable; urgency=low * new upstream version. diff --git a/debian/getty-tty5.run b/debian/getty-tty5.run @@ -1,3 +1,3 @@ #!/bin/sh -! type fgetty || exec chpst -P fgetty tty5 +! type fgetty >/dev/null 2>&1 || exec chpst -P fgetty tty5 exec getty 38400 tty5 linux diff --git a/debian/rules b/debian/rules @@ -23,8 +23,8 @@ DIR =$(shell pwd)/debian/runit unpack: deb-checkdir unpack-stamp unpack-stamp: - tar xzf runit-1.3.0.tar.gz - ln -s runit-1.3.0 admin/runit + tar xzf runit-1.3.1.tar.gz + ln -s runit-1.3.1 admin/runit echo '$(CC) $(CFLAGS)' >admin/runit/src/conf-cc echo '$(CC) $(LDFLAGS)' >admin/runit/src/conf-ld touch unpack-stamp diff --git a/debian/runit.README.Debian b/debian/runit.README.Debian @@ -11,6 +11,6 @@ documentation[0] or install the runit-run package. runit's default directory for services is /var/service/. -[0] http://smarden.org/runit1/replaceinit.html +[0] http://smarden.org/runit/replaceinit.html -- Gerrit Pape <pape@smarden.org>, Mon, 22 Sep 2003 10:34:51 +0200