diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-06 17:11:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-06 17:11:28 +0000 |
commit | 7aa18bcbd83c4342bc2eefa4d6d96756ae7541a0 (patch) | |
tree | 157e1787d165dd052b2d49772887e31f49394c68 /doc | |
parent | 4d47d83042e0844da2fcfff9bd73de60124e7902 (diff) | |
download | s6-linux-init-7aa18bcbd83c4342bc2eefa4d6d96756ae7541a0.tar.xz |
Add -i option to shutdown and hpr
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-linux-init-hpr.html | 6 | ||||
-rw-r--r-- | doc/s6-linux-init-shutdown.html | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/s6-linux-init-hpr.html b/doc/s6-linux-init-hpr.html index 4d164e0..d2a03fb 100644 --- a/doc/s6-linux-init-hpr.html +++ b/doc/s6-linux-init-hpr.html @@ -29,7 +29,7 @@ It is normally invoked through <tt>halt</tt>, <tt>poweroff</tt> or <h2> Interface </h2> <pre> - s6-linux-init-hpr [ -f ] [ -h | -p | -r ] [ -d | -w ] [ -W ] + s6-linux-init-hpr [ -f ] [ -h | -p | -r ] [ -d | -w ] [ -W ] [ -i ] </pre> <ul> @@ -61,6 +61,10 @@ the system. </li> <li> <tt>-W</tt> : Do not send a <tt>wall</tt> message to users before shutting down the system. Some other implementations of the <tt>halt</tt>, <tt>poweroff</tt> and <tt>reboot</tt> commands use the <tt>--no-wall</tt> long option to achieve this. </li> + <li> <tt>-i</tt> : interactive confirmation request. The command needs to be +launched in a terminal, and will prompt the user to type the (short) hostname of +the machine to be shut down. On mismatch, the command will abort. The point is to +avoid inadvertently rebooting a remote machine in an ssh session. </li> </ul> <h2> Notes </h2> diff --git a/doc/s6-linux-init-shutdown.html b/doc/s6-linux-init-shutdown.html index cc3f9c1..fb7b671 100644 --- a/doc/s6-linux-init-shutdown.html +++ b/doc/s6-linux-init-shutdown.html @@ -26,7 +26,7 @@ It is normally invoked as <tt>/sbin/shutdown</tt>. <h2> Interface </h2> <pre> - s6-linux-init-shutdown [ -h [ -H | -P ] | -p | -r | -k ] [ -a ] [ -t <em>sec</em> ] [ -f | -F ] <em>time</em> [ <em>message</em> ] + s6-linux-init-shutdown [ -h [ -H | -P ] | -p | -r | -k ] [ -a ] [ -t <em>sec</em> ] [ -i ] [ -f | -F ] <em>time</em> [ <em>message</em> ] s6-linux-init-shutdown -c [ <em>message</em> ] </pre> @@ -87,6 +87,10 @@ Ensures the system is halted, not powered off, at the end of the shutdown sequen <li> <tt>-P</tt> : this option can only be used in conjunction with <tt>-h</tt>. Ensures the system is powered off at the end of the shutdown sequence. <tt>-Ph</tt> is equivalent to <tt>-p</tt>. </li> + <li> <tt>-i</tt> : interactive confirmation request. The command needs to be +launched in a terminal, and will prompt the user to type the (short) hostname of +the machine to be shut down. On mismatch, the command will abort. The point is to +avoid inadvertently rebooting a remote machine in an ssh session. </li> </ul> <h2> Notes </h2> |