summary refs log tree commit diff
path: root/debian/control
blob: b01e2dfc8e7ecb436a00ef3a7c543c94cfeb8913 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: runit
Section: admin
Priority: optional
Maintainer: Gerrit Pape <pape@smarden.org>
Build-Depends: debhelper (>> 3.0.0), dietlibc-dev
Standards-Version: 3.5.2

Package: runit
Architecture: any
Suggests: daemontools
Description: minimal replacement for sysvinit using daemontools
 runit is a daemontools package alike replacement for sysvinit. runit
 currently runs on Debian GNU/Linux, FreeBSD, OpenBSD, and may be easily
 adapted to other unix operating systems. If runit runs for you on any
 other operating system or linux distribution, please let me know.
 .
 Warning: Replacing sysvinit can cause the system's boot to fail. Make sure
 you are able to recover and repair your system, for example if you run a
 bootloader, it should be able to pass init=/bin/sh to the kernel.