diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-06-23 13:08:57 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-06-23 14:46:56 +0200 |
commit | dc7e580e64a80e982619fb099ef736cd2379f92a (patch) | |
tree | 5d44002bb7c9a95e67b838656221d23e662cec1c | |
parent | resolved: if ipv6 is off patch hostname→address query with unspec family to... (diff) | |
download | systemd-dc7e580e64a80e982619fb099ef736cd2379f92a.tar.xz systemd-dc7e580e64a80e982619fb099ef736cd2379f92a.zip |
tree-wide: use https for the 0pointer.de doc links
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | docs/CONTAINER_INTERFACE.md | 6 | ||||
-rw-r--r-- | docs/ROOT_STORAGE_DAEMONS.md | 2 | ||||
-rw-r--r-- | docs/index.md | 4 | ||||
-rw-r--r-- | docs/sysvinit/README.in | 2 | ||||
-rw-r--r-- | docs/var-log/README.logs | 2 | ||||
-rw-r--r-- | man/org.freedesktop.locale1.xml | 2 | ||||
-rw-r--r-- | man/os-release.xml | 2 | ||||
-rw-r--r-- | man/systemd-getty-generator.xml | 2 | ||||
-rw-r--r-- | man/systemd.socket.xml | 8 | ||||
-rw-r--r-- | man/systemd.xml | 2 | ||||
-rw-r--r-- | units/getty-pre.target | 2 | ||||
-rw-r--r-- | units/getty.target | 2 | ||||
-rw-r--r-- | units/getty@.service.in | 2 | ||||
-rw-r--r-- | units/serial-getty@.service.in | 2 |
15 files changed, 24 insertions, 24 deletions
@@ -3398,7 +3398,7 @@ CHANGES WITH 248: and PKCS#11 security tokens to LUKS volumes, list and destroy them. See: - http://0pointer.net/blog/unlocking-luks2-volumes-with-tpm2-fido2-pkcs11-security-hardware-on-systemd-248.html + https://0pointer.net/blog/unlocking-luks2-volumes-with-tpm2-fido2-pkcs11-security-hardware-on-systemd-248.html It also supports enrolling "recovery keys" and regular passphrases. @@ -11882,7 +11882,7 @@ CHANGES WITH 215: system with /etc empty cleanly. For more information on the concepts involved see this recent blog story: - http://0pointer.de/blog/projects/stateless.html + https://0pointer.de/blog/projects/stateless.html * A new system group "input" has been introduced, and all input device nodes get this group assigned. This is useful @@ -14620,7 +14620,7 @@ CHANGES WITH 193: journal. This will be extended later on. Here's an example screenshot of this app in its current state: - http://0pointer.de/public/journal-gatewayd + https://0pointer.de/public/journal-gatewayd Contributions from: Kay Sievers, Lennart Poettering, Robert Milasan, Tom Gundersen @@ -15559,7 +15559,7 @@ CHANGES WITH 38: ssh://git.freedesktop.org/git/systemd/systemd * First release with the journal - http://0pointer.de/blog/projects/the-journal.html + https://0pointer.de/blog/projects/the-journal.html * The journal replaces both systemd-kmsg-syslogd and systemd-stdout-bridge. diff --git a/docs/CONTAINER_INTERFACE.md b/docs/CONTAINER_INTERFACE.md index 2435d4ae97..7fa8558c7c 100644 --- a/docs/CONTAINER_INTERFACE.md +++ b/docs/CONTAINER_INTERFACE.md @@ -171,7 +171,7 @@ manager, please consider supporting the following interfaces. `SIGRTMIN+3` like this, this might confuse other init systems. 4. To support [Socket Activated - Containers](http://0pointer.de/blog/projects/socket-activated-containers.html) + Containers](https://0pointer.de/blog/projects/socket-activated-containers.html) the container manager should be capable of being run as a systemd service. It will then receive the sockets starting with FD 3, the number of passed FDs in `$LISTEN_FDS` and its PID as `$LISTEN_PID`. It should take @@ -182,9 +182,9 @@ manager, please consider supporting the following interfaces. activation work. The protocol to hand sockets from systemd to services is hence the same as from the container manager to the container systemd. For further details see the explanations of - [sd_listen_fds(1)](http://0pointer.de/public/systemd-man/sd_listen_fds.html) + [sd_listen_fds(1)](https://0pointer.de/public/systemd-man/sd_listen_fds.html) and the [blog story for service - developers](http://0pointer.de/blog/projects/socket-activation.html). + developers](https://0pointer.de/blog/projects/socket-activation.html). 5. Container managers should stay away from the cgroup hierarchy outside of the unit they created for their container. That's private property of systemd, diff --git a/docs/ROOT_STORAGE_DAEMONS.md b/docs/ROOT_STORAGE_DAEMONS.md index 2d17f3f2dc..ec878602b3 100644 --- a/docs/ROOT_STORAGE_DAEMONS.md +++ b/docs/ROOT_STORAGE_DAEMONS.md @@ -188,6 +188,6 @@ few additional notes for supporting these setups: written in a way that does not negatively impact usability on non-systemd systems. For more information on making use of socket activation in your program consult this blog story: [Socket - Activation](http://0pointer.de/blog/projects/socket-activation.html) + Activation](https://0pointer.de/blog/projects/socket-activation.html) * Consider having a look at the [initrd Interface of systemd](INITRD_INTERFACE.md). diff --git a/docs/index.md b/docs/index.md index 1b4863088c..3c05c93550 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,8 +27,8 @@ Other parts include a logging daemon, utilities to control basic system configur ## See also -* [Introductory blog story](http://0pointer.de/blog/projects/systemd.html) -* [Three](http://0pointer.de/blog/projects/systemd-update.html) [status](http://0pointer.de/blog/projects/systemd-update-2.html) [updates](http://0pointer.de/blog/projects/systemd-update-3.html) +* [Introductory blog story](https://0pointer.de/blog/projects/systemd.html) +* [Three](https://0pointer.de/blog/projects/systemd-update.html) [status](https://0pointer.de/blog/projects/systemd-update-2.html) [updates](https://0pointer.de/blog/projects/systemd-update-3.html) * The [Wikipedia article](https://en.wikipedia.org/wiki/systemd) --- diff --git a/docs/sysvinit/README.in b/docs/sysvinit/README.in index 32e21a84c9..89effc8e93 100644 --- a/docs/sysvinit/README.in +++ b/docs/sysvinit/README.in @@ -23,5 +23,5 @@ Thank you! Further reading: man:systemctl(1) man:systemd(1) - http://0pointer.de/blog/projects/systemd-for-admins-3.html + https://0pointer.de/blog/projects/systemd-for-admins-3.html https://www.freedesktop.org/wiki/Software/systemd/Incompatibilities diff --git a/docs/var-log/README.logs b/docs/var-log/README.logs index 5c6c5924b5..3a39ce1584 100644 --- a/docs/var-log/README.logs +++ b/docs/var-log/README.logs @@ -22,4 +22,4 @@ Further reading: man:journalctl(1) man:systemd-journald.service(8) man:journald.conf(5) - http://0pointer.de/blog/projects/the-journal.html + https://0pointer.de/blog/projects/the-journal.html diff --git a/man/org.freedesktop.locale1.xml b/man/org.freedesktop.locale1.xml index 8e2ca81089..d5c93af749 100644 --- a/man/org.freedesktop.locale1.xml +++ b/man/org.freedesktop.locale1.xml @@ -182,7 +182,7 @@ $ gdbus introspect --system \ <refsect1 id="versioning"> <title>Versioning</title> - <para>These D-Bus interfaces follow <ulink url="http://0pointer.de/blog/projects/versioning-dbus.html"> + <para>These D-Bus interfaces follow <ulink url="https://0pointer.de/blog/projects/versioning-dbus.html"> the usual interface versioning guidelines</ulink>.</para> </refsect1> </refentry> diff --git a/man/os-release.xml b/man/os-release.xml index 8deb12b190..74bdea996c 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -81,7 +81,7 @@ <para>For a longer rationale for <filename>os-release</filename> please refer to the <ulink - url="http://0pointer.de/blog/projects/os-release">Announcement of <filename>/etc/os-release</filename></ulink>.</para> + url="https://0pointer.de/blog/projects/os-release">Announcement of <filename>/etc/os-release</filename></ulink>.</para> <refsect2> <title><filename>/etc/initrd-release</filename></title> diff --git a/man/systemd-getty-generator.xml b/man/systemd-getty-generator.xml index def38520df..a31ed660bb 100644 --- a/man/systemd-getty-generator.xml +++ b/man/systemd-getty-generator.xml @@ -48,7 +48,7 @@ <para>Further information about configuration of gettys can be found in - <ulink url="http://0pointer.de/blog/projects/serial-console.html">systemd + <ulink url="https://0pointer.de/blog/projects/serial-console.html">systemd for Administrators, Part XVI: Gettys on Serial Consoles (and Elsewhere)</ulink>.</para> </refsect1> diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 7716e2898c..ccf3998000 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -865,10 +865,10 @@ </para> <para> For more extensive descriptions see the "systemd for Developers" series: - <ulink url="http://0pointer.de/blog/projects/socket-activation.html">Socket Activation</ulink>, - <ulink url="http://0pointer.de/blog/projects/socket-activation2.html">Socket Activation, part II</ulink>, - <ulink url="http://0pointer.de/blog/projects/inetd.html">Converting inetd Services</ulink>, - <ulink url="http://0pointer.de/blog/projects/socket-activated-containers.html">Socket Activated Internet Services and OS Containers</ulink>. + <ulink url="https://0pointer.de/blog/projects/socket-activation.html">Socket Activation</ulink>, + <ulink url="https://0pointer.de/blog/projects/socket-activation2.html">Socket Activation, part II</ulink>, + <ulink url="https://0pointer.de/blog/projects/inetd.html">Converting inetd Services</ulink>, + <ulink url="https://0pointer.de/blog/projects/socket-activated-containers.html">Socket Activated Internet Services and OS Containers</ulink>. </para> </refsect1> diff --git a/man/systemd.xml b/man/systemd.xml index 2b1e990846..f1e0256e05 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -269,7 +269,7 @@ <para>For more information about the concepts and ideas behind systemd, please refer to the - <ulink url="http://0pointer.de/blog/projects/systemd.html">Original Design Document</ulink>.</para> + <ulink url="https://0pointer.de/blog/projects/systemd.html">Original Design Document</ulink>.</para> <para>Note that some but not all interfaces provided by systemd are covered by the <ulink url="https://systemd.io/PORTABILITY_AND_STABILITY/">Interface Portability and Stability Promise</ulink>.</para> diff --git a/units/getty-pre.target b/units/getty-pre.target index 663011de1d..fee65c041c 100644 --- a/units/getty-pre.target +++ b/units/getty-pre.target @@ -10,4 +10,4 @@ [Unit] Description=Preparation for Logins Documentation=man:systemd.special(7) man:systemd-getty-generator(8) -Documentation=http://0pointer.de/blog/projects/serial-console.html +Documentation=https://0pointer.de/blog/projects/serial-console.html diff --git a/units/getty.target b/units/getty.target index 7e9aac2023..eebb6169b2 100644 --- a/units/getty.target +++ b/units/getty.target @@ -10,4 +10,4 @@ [Unit] Description=Login Prompts Documentation=man:systemd.special(7) man:systemd-getty-generator(8) -Documentation=http://0pointer.de/blog/projects/serial-console.html +Documentation=https://0pointer.de/blog/projects/serial-console.html diff --git a/units/getty@.service.in b/units/getty@.service.in index 21d66f9367..853722417b 100644 --- a/units/getty@.service.in +++ b/units/getty@.service.in @@ -10,7 +10,7 @@ [Unit] Description=Getty on %I Documentation=man:agetty(8) man:systemd-getty-generator(8) -Documentation=http://0pointer.de/blog/projects/serial-console.html +Documentation=https://0pointer.de/blog/projects/serial-console.html After=systemd-user-sessions.service plymouth-quit-wait.service getty-pre.target {% if HAVE_SYSV_COMPAT %} After=rc-local.service diff --git a/units/serial-getty@.service.in b/units/serial-getty@.service.in index 2433124c55..9e2b49ce6b 100644 --- a/units/serial-getty@.service.in +++ b/units/serial-getty@.service.in @@ -10,7 +10,7 @@ [Unit] Description=Serial Getty on %I Documentation=man:agetty(8) man:systemd-getty-generator(8) -Documentation=http://0pointer.de/blog/projects/serial-console.html +Documentation=https://0pointer.de/blog/projects/serial-console.html BindsTo=dev-%i.device After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service getty-pre.target {% if HAVE_SYSV_COMPAT %} |