Codebase list sysvinit / 31cecb0
convert to a DEP 3 patch instead mirabilos authored 2 years ago mirabilos committed 2 years ago
3 changed file(s) with 21 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 Description: Clarify that when called with a time shutdown will not exit.
1 That's important to know for programs or scripts that call shutdown … time
2 because they will never proceed after having called it (unless they fork,
3 exec or similar of course).
4 Point in case: unattended-upgrades gets caught by this.
5 Author: Tomas Pospisek <tpo@debian.org>
6
7 --- a/man/shutdown.8
8 +++ b/man/shutdown.8
9 @@ -132,6 +132,10 @@ When shutdown is called with the -n flag
10 .\"{{{ time
11 .IP \fItime\fP
12 When to shutdown.
13 +If a
14 +\fItime\fP
15 +is given then the
16 +\fBshutdown\fP command will not exit but instead count down until reboot.
17 .\"}}}
18 .\"{{{ warning-message
19 .IP "\fIwarning message\fP"
44 0005-workaround-gcc-lintian.patch
55 fstab-decode.man.patch
66 libcrypt-lib.patch
7 fix-shutdown-time-docs.diff
131131 .\"{{{ time
132132 .IP \fItime\fP
133133 When to shutdown.
134 If a
135 \fItime\fP
136 is given then the
137 \fBshutdown\fP command will not exit but instead count down until reboot.
138134 .\"}}}
139135 .\"{{{ warning-message
140136 .IP "\fIwarning message\fP"