From 23fba266a9454ee6ca095b7f6eccf523f6526607 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 2 Mar 2019 09:41:24 +0000 Subject: Save pending changes in 1.0.0.0 branch --- doc/s6-halt.html | 55 --------------------- doc/s6-linux-init-halt.html | 102 +++++++++++++++++++++++++++++++++++++++ doc/s6-linux-init-poweroff.html | 102 +++++++++++++++++++++++++++++++++++++++ doc/s6-linux-init-reboot.html | 102 +++++++++++++++++++++++++++++++++++++++ doc/s6-linux-init-shutdown.html | 78 ++++++++++++++++++++++++++++++ doc/s6-linux-init-shutdownd.html | 81 +++++++++++++++++++++++++++++++ doc/s6-poweroff.html | 55 --------------------- doc/s6-reboot.html | 55 --------------------- doc/upgrade.html | 3 ++ 9 files changed, 468 insertions(+), 165 deletions(-) delete mode 100644 doc/s6-halt.html create mode 100644 doc/s6-linux-init-halt.html create mode 100644 doc/s6-linux-init-poweroff.html create mode 100644 doc/s6-linux-init-reboot.html create mode 100644 doc/s6-linux-init-shutdown.html create mode 100644 doc/s6-linux-init-shutdownd.html delete mode 100644 doc/s6-poweroff.html delete mode 100644 doc/s6-reboot.html (limited to 'doc') diff --git a/doc/s6-halt.html b/doc/s6-halt.html deleted file mode 100644 index 6f2a30e..0000000 --- a/doc/s6-halt.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - s6-linux-init: the s6-halt program - - - - - - -

-s6-linux-init
-Software
-skarnet.org -

- -

The s6-halt program

- -

-s6-halt sends a signal to process 1 in order to halt the machine; -or, with the -f option, it performs an immediate hard shutdown. -

- -

Interface

- -
-     s6-halt [ -h | -p | -r ] [ -f ]
-
- - - -

Options

- - - - - diff --git a/doc/s6-linux-init-halt.html b/doc/s6-linux-init-halt.html new file mode 100644 index 0000000..0f68995 --- /dev/null +++ b/doc/s6-linux-init-halt.html @@ -0,0 +1,102 @@ + + + + + + s6-linux-init: the s6-linux-init-halt program + + + + + + +

+s6-linux-init
+Software
+skarnet.org +

+ +

The s6-linux-init-halt program

+ +

+s6-linux-init-halt triggers the shutdown procedure in order to +halt the system; or, with the -f option, it performs an immediate +hard shutdown. +

+ +

Interface

+ +
+     s6-linux-init-halt [ -h | -p | -r ] [ -d | -w ] [ -W ] [ -f ] [ -R tmpfsdir ]
+
+ + + +

+ This interface follows the traditional sysvinit interface for the +halt, poweroff and reboot programs as close as possible. +

+ +

Exit codes

+ + + +

Options

+ + + +

Notes

+ + + + + diff --git a/doc/s6-linux-init-poweroff.html b/doc/s6-linux-init-poweroff.html new file mode 100644 index 0000000..2126b23 --- /dev/null +++ b/doc/s6-linux-init-poweroff.html @@ -0,0 +1,102 @@ + + + + + + s6-linux-init: the s6-linux-init-poweroff program + + + + + + +

+s6-linux-init
+Software
+skarnet.org +

+ +

The s6-linux-init-poweroff program

+ +

+s6-linux-init-poweroff triggers the shutdown procedure in order to +halt the system; or, with the -f option, it performs an immediate +hard shutdown. +

+ +

Interface

+ +
+     s6-linux-init-poweroff [ -h | -p | -r ] [ -d | -w ] [ -W ] [ -f ] [ -R tmpfsdir ]
+
+ + + +

+ This interface follows the traditional sysvinit interface for the +halt, poweroff and reboot programs as close as possible. +

+ +

Exit codes

+ + + +

Options

+ + + +

Notes

+ + + + + diff --git a/doc/s6-linux-init-reboot.html b/doc/s6-linux-init-reboot.html new file mode 100644 index 0000000..422eeed --- /dev/null +++ b/doc/s6-linux-init-reboot.html @@ -0,0 +1,102 @@ + + + + + + s6-linux-init: the s6-linux-init-reboot program + + + + + + +

+s6-linux-init
+Software
+skarnet.org +

+ +

The s6-linux-init-reboot program

+ +

+s6-linux-init-reboot triggers the shutdown procedure in order to +reboot the system; or, with the -f option, it performs an immediate +hard reboot. +

+ +

Interface

+ +
+     s6-linux-init-reboot [ -h | -p | -r ] [ -d | -w ] [ -W ] [ -f ] [ -R tmpfsdir ]
+
+ + + +

+ This interface follows the traditional sysvinit interface for the +halt, poweroff and reboot programs as close as possible. +

+ +

Exit codes

+ + + +

Options

+ + + +

Notes

+ + + + + diff --git a/doc/s6-linux-init-shutdown.html b/doc/s6-linux-init-shutdown.html new file mode 100644 index 0000000..72bbfcf --- /dev/null +++ b/doc/s6-linux-init-shutdown.html @@ -0,0 +1,78 @@ + + + + + + s6-linux-init: the s6-linux-init-shutdown program + + + + + + +

+s6-linux-init
+Software
+skarnet.org +

+ +

The s6-linux-init-shutdown program

+ +

+s6-linux-init-shutdown triggers the system shutdown procedure. +

+ +

Interface

+ +
+     s6-linux-init-shutdown [ -h | -p | -r | -k ] [ -a ] [ -t sec ] [ -f | -F ] [ -R tmpfsdir ] time [ message ]
+     s6-linux-init-shutdown -c [ -R tmpfsdir ] [ message ]
+
+ + + +

+ The s6-linux-init-shutdown program conforms to the LSB-3.0.0 +shutdown +interface. +

+ +

Exit codes

+ + + +

Supplementary options

+ +

+ These options are supported by s6-linux-init-shutdown but are not +part of the LSB-3.0.0 shutdown specification. +

+ + + +

Notes

+ + + + + diff --git a/doc/s6-linux-init-shutdownd.html b/doc/s6-linux-init-shutdownd.html new file mode 100644 index 0000000..b6ea412 --- /dev/null +++ b/doc/s6-linux-init-shutdownd.html @@ -0,0 +1,81 @@ + + + + + + s6-linux-init: the s6-linux-init-shutdownd internal program + + + + + + +

+s6-linux-init
+Software
+skarnet.org +

+ +

The s6-linux-init-shutdownd internal program

+ +

+s6-linux-init-shutdownd is the daemon that manages the shutdown +procedure for a s6-linux-init installation. It is not meant to be called +directly by the user. +

+ +

Interface

+ +
+     s6-linux-init-shutdownd [ -b bindir ] [ -c basedir ] [ -g gracetime ] fifo
+
+ + + +

Exit codes

+ + + +

Options

+ + + +

Notes

+ + + + + diff --git a/doc/s6-poweroff.html b/doc/s6-poweroff.html deleted file mode 100644 index e215c38..0000000 --- a/doc/s6-poweroff.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - s6-linux-init: the s6-poweroff program - - - - - - -

-s6-linux-init
-Software
-skarnet.org -

- -

The s6-poweroff program

- -

-s6-poweroff sends a signal to process 1 in order to power off the machine; -or, with the -f option, it performs an immediate hard shutdown. -

- -

Interface

- -
-     s6-poweroff [ -h | -p | -r ] [ -f ]
-
- - - -

Options

- - - - - diff --git a/doc/s6-reboot.html b/doc/s6-reboot.html deleted file mode 100644 index 16043c5..0000000 --- a/doc/s6-reboot.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - s6-linux-init: the s6-reboot program - - - - - - -

-s6-linux-init
-Software
-skarnet.org -

- -

The s6-reboot program

- -

-s6-reboot sends a signal to process 1 in order to reboot the machine; -or, with the -f option, it performs an immediate reboot. -

- -

Interface

- -
-     s6-reboot [ -h | -p | -r ] [ -f ]
-
- - - -

Options

- - - - - diff --git a/doc/upgrade.html b/doc/upgrade.html index 7a5d279..2b082fb 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -33,6 +33,9 @@ anymore (stage 3 was previously the user-written /etc/rc.shutdown script).
  • The default user-provided "end of stage 2, bring down services" script was named /etc/rc.tini before; now it's named /etc/rc.shutdown.
  • +
  • Everything now builds as PIC by default no matter +the toolchain's settings. Use the --disable-all-pic configure +option to build executables and static libraries as non-PIC.
  • in 0.3.1.1

    -- cgit v1.2.3