Package: runit / 2.1.2-25
Metadata
Package | Version | Patches format |
---|---|---|
runit | 2.1.2-25 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0005 patch etc runit 2 for FHS.patch | (download) |
runit-2.1.2/etc/2 |
4 2 2 - 0 ! |
make /etc/runit/2 respect fhs On Debian system services directory is /etc/service, not /service. |
0001 default directory for services on Debian is etc servi.diff | (download) |
runit-2.1.2/man/runsv.8 |
4 2 2 - 0 ! |
[patch] default directory for services on debian is /etc/service/, not /service/ |
0002 support etc runit nosync file to make sync on shutdow.diff | (download) |
runit-2.1.2/doc/runit.8.html |
2 2 0 - 0 ! |
[patch] support /etc/runit/nosync file to make sync on shutdown/reboot optional https://bugs.debian.org/695281 |
0003 utmpset.c mixes int32_t and time_t.diff | (download) |
runit-2.1.2/src/utmpset.c |
8 6 2 - 0 ! |
[patch] utmpset.c: mixes "int32_t *" and "time_t *" Don't pass int32_t to time(), thx Lorenzo Beretta, https://bugs.debian.org/754849 |
0004 src Makefile don t use static to link runit runit ini.diff | (download) |
runit-2.1.2/src/Makefile |
4 2 2 - 0 ! |
[patch] src/makefile: don't use -static to link runit, runit-init on Debian |
0006 make buildsystem respect CFLAGS.patch | (download) |
runit-2.1.2/src/print-cc.sh |
2 1 1 - 0 ! |
make buildsystem respect dpkg-buildflags |
0007 move communication files.patch | (download) |
runit-2.1.2/etc/debian/1 |
4 2 2 - 0 ! |
move communication files under /run Runit by default uses files /etc/runit/stop and /etc/runit/reboot. This configuration will not work when /etc is mounted read-only, as such this patch renames this files into /run/runit.stop and /run/runit.reboot |
0008 emulate sysv runlevel 5.patch | (download) |
runit-2.1.2/etc/debian/1 |
2 2 0 - 0 ! |
emulalate sysv runlevel 5 by default Currently, not many daemons in Debian provides proper runscripts, so if user switches to runit, she will on next reboot, that none of daemons, including essential, like cron, are started. . This patch starts them in sysv-init style -- unmanaged, in background. It is sub-par solution, but allows one-by-one transition. |
0009 fix error in manpage.patch | (download) |
runit-2.1.2/man/runsv.8 |
6 2 4 - 0 ! |
fix factual error in manpage. Log ./finish script is not actually invoked. It is not clear, whether this limitation is worth lifting. |
patch make build system print compilatio.patch | (download) |
runit-2.1.2/src/warn-auto.sh |
2 1 1 - 0 ! |
[patch] make build system print compilation commands |
patch disable chkshgrp test that fails i.patch | (download) |
runit-2.1.2/src/Makefile |
1 0 1 - 0 ! |
[patch] disable chkshgrp test, that fails in whalebuilder |
patch fix spin lock on systems with poor.patch | (download) |
runit-2.1.2/src/svlogd.c |
2 1 1 - 0 ! |
[patch] fix spin lock on systems with poor clock |