Package: sysvinit / 2.96-7+deb11u1

Metadata

Package Version Patches format
sysvinit 2.96-7+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fixed time parsing in shutdown when there is a in fr.patch | (download)

src/shutdown.c | 12 7 + 5 - 0 !
1 file changed, 7 insertions(+), 5 deletions(-)

 [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 !
src/paths.h | 2 1 + 1 - 0 !
src/shutdown.c | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 3 insertions(+), 1 deletion(-)

 fix formatting of bootlogd(8)

Closes: #934628

0004 fix manpage typo.patch | (download)

man/fstab-decode.8 | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
0005 workaround gcc lintian.patch | (download)

src/init.c | 13 9 + 4 - 0 !
1 file changed, 9 insertions(+), 4 deletions(-)

---
fstab decode.man.patch | (download)

man/fstab-decode.8 | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fstab-decode.8: some formatting fixes in the manual
libcrypt lib.patch | (download)

src/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
fix shutdown time docs.diff | (download)

man/shutdown.8 | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 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.