File: control

package info (click to toggle)
runit 1.7.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 192 kB
  • ctags: 11
  • sloc: makefile: 84; sh: 69
file content (27 lines) | stat: -rw-r--r-- 1,153 bytes parent folder | download
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
27
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.7.2.1

Package: runit
Architecture: any
Depends: ${shlibs:Depends}
Recommends: fgetty
Suggests: runit-run, socklog-run
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.