runit

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

commit 4b95aab5b08eb322660f8a41efb5d3d85a03e0c6
parent 04f5c76e0e5f2c243703ded0c8f682249f915805
Author: Gerrit Pape <pape@smarden.org>
Date:   Sat, 30 Mar 2002 11:38:31 +0000

  * getty service directory /etc/runit/getty-tty5 moved to
    /etc/runit/getty-5 according to updated doc/replaceinit.html.
package/CHANGES: typo.

Diffstat:
Mdebian/changelog | 7+++++++
Mdebian/dirs | 2+-
Mdebian/rules | 2+-
Mpackage/CHANGES | 2+-
4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,10 @@ +runit (0.3.2-2) woody; urgency=low + + * getty service directory /etc/runit/getty-tty5 moved to + /etc/runit/getty-5 according to updated doc/replaceinit.html. + + -- Gerrit Pape <pape@smarden.org> Sat, 30 Mar 2002 12:35:02 +0100 + runit (0.3.2-1) woody; urgency=low * See /package/admin/runit/package/CHANGES. diff --git a/debian/dirs b/debian/dirs @@ -2,4 +2,4 @@ command package sbin etc/runit -etc/runit/getty-tty5 +etc/runit/getty-5 diff --git a/debian/rules b/debian/rules @@ -80,7 +80,7 @@ install: build cp -p admin/runit-0.3.2/etc/debian/ctrlaltdel \ debian/runit/etc/runit/ cp -p admin/runit-0.3.2/etc/debian/getty-tty5/run \ - debian/runit/etc/runit/getty-tty5 + debian/runit/etc/runit/getty-5/ # runit programs cp -p debian/runit/package/admin/runit-0.3.2/command/runit* \ diff --git a/package/CHANGES b/package/CHANGES @@ -1,6 +1,6 @@ runit 0.3.2 Wed, 13 Feb 2002 10:56:17 +0100 - * runit.c: support ctrl-alt-del also on Linux/i386, dietlic. + * runit.c: support ctrl-alt-del also on Linux/i386, dietlibc. * runscripts.html: more samples. (thx Alessandro Bono) runit 0.3.1