Package: openrc / 0.45.2-2+deb12u1
Metadata
Package | Version | Patches format |
---|---|---|
openrc | 0.45.2-2+deb12u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 We use start stop daemon from src dpkg so use chuid .patch | (download) |
sh/start-stop-daemon.sh |
2 1 + 1 - 0 ! |
[patch] we use start-stop-daemon from src:dpkg, so use --chuid rather than --user (Closes: #1015765). |
0002 lsb header support.patch | (download) |
sh/gendepends.sh.in |
15 11 + 4 - 0 ! |
this patch adds support for the sysv-rc lsb headers This is the take 2 of the LSB headers patch. The first version was using a perl script, which isn't good enough (because of /usr/bin/perl, we need to have /usr mounted early, which isn't possible). This rewrite in C fixes the issue. Contributor: Benda Xu <heroxbd@gentoo.org> |
0003 dependency loop resolver.patch | (download) |
etc/rc.conf |
6 6 + 0 - 0 ! |
remove the weak dependency loop in rc-update -u, while exit on strong loop. |
0004 consider initd shebangs.patch | (download) |
sh/openrc-run.sh.in |
10 9 + 1 - 0 ! |
allow non-sh shebang in init.d scripts. If /bin/sh is not detected in initscript shebang, to avoid for instance bashisms /bin/sh can't understand, runscript re-runs itself with non-sh shell. This workarounds failures starting non-sh initscript. |
0005 Fix FTBFS on Hurd.patch | (download) |
meson.build |
2 1 + 1 - 0 ! |
[patch] fix ftbfs on hurd. |
0010 cgroups after mountkernfs.patch | (download) |
init.d/cgroups.in |
2 1 + 1 - 0 ! |
cgroups starts after sysfs, named mountkernfs in debian. |