commit 3522c00abfd3c8c95f714432d69e551d5722fe51
parent 050e359daf20afdaa8ae8a77bb5044f25e72ca29
Author: Gerrit Pape <pape@smarden.org>
Date: Thu, 30 Oct 2003 12:31:32 +0000
debianized.
Diffstat:
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
@@ -1,8 +1,9 @@
runit (0.12.0-1) unstable; urgency=low
* new upstream version.
+ * debian/control: minor adaption of the long description.
- -- Gerrit Pape <pape@smarden.org> Wed, 29 Oct 2003 18:28:04 +0000
+ -- Gerrit Pape <pape@smarden.org> Thu, 30 Oct 2003 12:20:44 +0000
runit (0.11.2-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
@@ -11,12 +11,12 @@ Depends: ${shlibs:Depends}
Suggests: runit-run
Description: a UNIX init scheme with service supervision
runit is a daemontools alike replacement for SysV-init and other init
- schemes. runit currently runs on Debian GNU/Linux, OpenBSD, FreeBSD,
- and may be easily adapted to other unix operating systems. runit
- implements a simple three-stage concept. Stage 1 performs the system's
- one-time initialization tasks. Stage 2 starts the system's uptime
- services (via the runsvdir program). Stage 3 handles the tasks necessary
- to shutdown and halt or reboot.
+ schemes. runit currently runs on Debian GNU/Linux, OpenBSD, FreeBSD,
+ MacOSX, and Solaris, and may be easily adapted to other unix operating
+ systems. runit implements a simple three-stage concept. Stage 1 performs
+ the system's one-time initialization tasks. Stage 2 starts the system's
+ uptime services (via the runsvdir program). Stage 3 handles the tasks
+ necessary to shutdown and halt or reboot.
.
The runit programs are compiled and linked statically with the diet libc
on architectures the diet libc is available for.