Package: sysvinit / 2.96-7+deb11u1
Metadata
Package | Version | Patches format |
---|---|---|
sysvinit | 2.96-7+deb11u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Fixed time parsing in shutdown when there is a in fr.patch | (download) |
src/shutdown.c |
12 7 + 5 - 0 ! |
[patch] fixed time parsing in shutdown when there is a + in front of a 0 time offset. Commands with a postiive time offset (+1) would work but +0 fails. This has been corrected by Arkadiusz Miskiewicz. |
11_run_nologin.patch | (download) |
man/shutdown.8 |
2 1 + 1 - 0 ! |
use /run/nologin instead of /etc/nologin Bug-Debian: http://bugs.debian.org/660862 |
0002 Fix FTBFS on kfreebsd any.patch | (download) |
src/sulogin.c |
2 1 + 1 - 0 ! |
fix ftbfs on kfreebsd-any Closes: #933638 Thanks: Svante Signell <svante.signell@gmail.com> |
0003 Fix formatting of bootlogd 8.patch | (download) |
man/bootlogd.8 |
4 3 + 1 - 0 ! |
fix formatting of bootlogd(8) Closes: #934628 |
0004 fix manpage typo.patch | (download) |
man/fstab-decode.8 |
4 2 + 2 - 0 ! |
--- |
0005 workaround gcc lintian.patch | (download) |
src/init.c |
13 9 + 4 - 0 ! |
--- |
fstab decode.man.patch | (download) |
man/fstab-decode.8 |
4 2 + 2 - 0 ! |
fstab-decode.8: some formatting fixes in the manual |
libcrypt lib.patch | (download) |
src/Makefile |
2 1 + 1 - 0 ! |
--- |
fix shutdown time docs.diff | (download) |
man/shutdown.8 |
4 4 + 0 - 0 ! |
clarify that when called with a time shutdown will not exit. That's important to know for programs or scripts that call shutdown time because they will never proceed after having called it (unless they fork, exec or similar of course). Point in case: unattended-upgrades gets caught by this. |