summary refs log tree commit diff
path: root/debian/control
blob: 2798cbfd65fd9e7bb90e4e89db72338b97aa8034 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: runit
Section: admin
Priority: optional
Maintainer: Gerrit Pape <pape@smarden.org>
Build-Depends: dietlibc-dev (>> 0.28-0) [alpha amd64 arm hppa i386 ia64 mips mipsel powerpc ppc64 s390 sparc]
Standards-Version: 3.6.2.1

Package: runit
Architecture: any
Depends: ${shlibs:Depends}
Suggests: runit-run, fgetty
Description: a UNIX init scheme with service supervision
 runit is a replacement for SysV-init and other init schemes.  It runs on
 Debian GNU/Linux, *BSD, 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.
 .
 See http://smarden.org/runit/ for more information.
 .
 This package does not replace the /sbin/init binary.  To do so you need
 to follow the documentation or install the runit-run package.