Package: sysvinit / 3.11-1

Metadata

Package Version Patches format
sysvinit 3.11-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
set po4a keep.patch | (download)

man/Makefile | 1 1 0 - 0 !
1 file changed, 1 insertion( )

---
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 <[email protected]>

0005 workaround gcc lintian.patch | (download)

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

---
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.