]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: use https:// for fd.o links
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 12 Jan 2022 09:39:00 +0000 (10:39 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 12 Jan 2022 15:05:59 +0000 (16:05 +0100)
TODO
docs/CONTAINER_INTERFACE.md
docs/DISCOVERABLE_PARTITIONS.md
docs/JOURNAL_FILE_FORMAT.md
docs/PREDICTABLE_INTERFACE_NAMES.md
docs/_config.yml
man/org.freedesktop.login1.xml
man/org.freedesktop.systemd1.xml
man/sd_bus_set_description.xml
man/systemd-logind.service.xml

diff --git a/TODO b/TODO
index d00e56eca490b2e2fab7463c43e31db228d68dee..6717a5b769aa47b6138b9821760a185d82ec400e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -813,7 +813,7 @@ Features:
   Note that we start initrd-fs.target and initrd-cleanup.target there, so a straightforward
   ConditionPathExists= is not enough.
 
-* docs: bring http://www.freedesktop.org/wiki/Software/systemd/MyServiceCantGetRealtime up to date
+* docs: bring https://www.freedesktop.org/wiki/Software/systemd/MyServiceCantGetRealtime up to date
 
 * add a job mode that will fail if a transaction would mean stopping
   running units. Use this in timedated to manage the NTP service
index 57036e622e004b8456440086e6777a49fbf8992e..6607f5220039cdda9c00b42f507f340def2f5bfc 100644 (file)
@@ -8,7 +8,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
 # The Container Interface
 
 Also consult [Writing Virtual Machine or Container
-Managers](http://www.freedesktop.org/wiki/Software/systemd/writing-vm-managers).
+Managers](https://www.freedesktop.org/wiki/Software/systemd/writing-vm-managers).
 
 systemd has a number of interfaces for interacting with container managers,
 when systemd is used inside of an OS container. If you work on a container
index ca4c6ca8108c5e961c4dfef6787616a8d797783b..b375106afd750d09ad0f4cbf563dd23bf38a85ba 100644 (file)
@@ -31,8 +31,8 @@ for specific uses. This has many benefits:
   descriptive information about partitions tables.
 
 Note that the OS side of this specification is currently implemented in
-[systemd](http://systemd.io/) 211 and newer in the
-[systemd-gpt-auto-generator(8)](http://www.freedesktop.org/software/systemd/man/systemd-gpt-auto-generator.html)
+[systemd](https://systemd.io/) 211 and newer in the
+[systemd-gpt-auto-generator(8)](https://www.freedesktop.org/software/systemd/man/systemd-gpt-auto-generator.html)
 generator tool. Note that automatic discovery of the root only works if the
 boot loader communicates this information to the OS, by implementing the [Boot
 Loader
@@ -164,7 +164,7 @@ Other GPT type IDs might be used on Linux, for example to mark software RAID or
 LVM partitions. The definitions of those GPT types is outside of the scope of
 this specification.
 
-[systemd-id128(1)](http://www.freedesktop.org/software/systemd/man/systemd-id128.html)'s
+[systemd-id128(1)](https://www.freedesktop.org/software/systemd/man/systemd-id128.html)'s
 `show` command may be used to list those GPT partition type UUIDs.
 
 ## Partition Names
index 2bfc7a10ca043266955156f9692bb76acdd78828..c2a9780f410f8e29cf7949b16e8fb8a41b14d983 100644 (file)
@@ -9,9 +9,9 @@ SPDX-License-Identifier: LGPL-2.1-or-later
 
 _Note that this document describes the binary on-disk format of journals
 only. For interfacing with web technologies there's the [Journal JSON
-Format](http://www.freedesktop.org/wiki/Software/systemd/json). For transfer
+Format](https://www.freedesktop.org/wiki/Software/systemd/json). For transfer
 of journal data across the network there's the [Journal Export
-Format](http://www.freedesktop.org/wiki/Software/systemd/export)._
+Format](https://www.freedesktop.org/wiki/Software/systemd/export)._
 
 The systemd journal stores log data in a binary format with several features:
 
@@ -32,30 +32,30 @@ keep this document up-to-date and accurate.
 
 Instead of implementing your own reader or writer for journal files we ask you
 to use the [Journal's native C
-API](http://www.freedesktop.org/software/systemd/man/sd-journal.html) to access
+API](https://www.freedesktop.org/software/systemd/man/sd-journal.html) to access
 these files. It provides you with full access to the files, and will not
 withhold any data. If you find a limitation, please ping us and we might add
 some additional interfaces for you.
 
 If you need access to the raw journal data in serialized stream form without C
 API our recommendation is to make use of the [Journal Export
-Format](http://www.freedesktop.org/wiki/Software/systemd/export), which you can
+Format](https://www.freedesktop.org/wiki/Software/systemd/export), which you can
 get via "journalctl -o export" or via systemd-journal-gatewayd. The export
 format is much simpler to parse, but complete and accurate. Due to its
 stream-based nature it is not indexed.
 
 _Or, to put this in other words: this low-level document is probably not what
 you want to use as base of your project. You want our [C
-API](http://www.freedesktop.org/software/systemd/man/sd-journal.html) instead!
+API](https://www.freedesktop.org/software/systemd/man/sd-journal.html) instead!
 And if you really don't want the C API, then you want the [Journal Export
-Format](http://www.freedesktop.org/wiki/Software/systemd/export) instead! This
+Format](https://www.freedesktop.org/wiki/Software/systemd/export) instead! This
 document is primarily for your entertainment and education. Thank you!_
 
 This document assumes you have a basic understanding of the journal concepts,
 the properties of a journal entry and so on. If not, please go and read up,
 then come back! This is a good opportunity to read about the [basic properties
 of journal
-entries](http://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html),
+entries](https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html),
 in particular realize that they may include binary non-text data (though
 usually don't), and the same field might have multiple values assigned within
 the same entry.
index ae16d7211de14e4d0ab1b857ec522de5966f84e0..ffc681bda459814c303fef6ee0b649a143404669 100644 (file)
@@ -62,7 +62,7 @@ Does this have any drawbacks? Yes, it does. Previously it was practically guaran
 You basically have three options:
 
 1. You disable the assignment of fixed names, so that the unpredictable kernel names are used again. For this, simply mask udev's .link file for the default policy: `ln -s /dev/null /etc/systemd/network/99-default.link`
-1. You create your own manual naming scheme, for example by naming your interfaces `internet0`, `dmz0` or `lan0`. For that create your own `.link` files in `/etc/systemd/network/`, that choose an explicit name or a better naming scheme for one, some, or all of your interfaces. See [systemd.link(5)](http://www.freedesktop.org/software/systemd/man/systemd.link.html) for more information.
+1. You create your own manual naming scheme, for example by naming your interfaces `internet0`, `dmz0` or `lan0`. For that create your own `.link` files in `/etc/systemd/network/`, that choose an explicit name or a better naming scheme for one, some, or all of your interfaces. See [systemd.link(5)](https://www.freedesktop.org/software/systemd/man/systemd.link.html) for more information.
 1. You pass the `net.ifnames=0` on the kernel command line
 
 ## How does the new naming scheme look like, precisely?
index d543031261687d57af4bda4862c3ee318633b808..412db1f413ff15b2be687496cb34c9316ced087f 100644 (file)
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: LGPL-2.1-or-later
 title: systemd
 baseurl: "" # the subpath of your site, e.g. /blog/
-url: "http://systemd.io" # the base hostname & protocol for your site
+url: "https://systemd.io" # the base hostname & protocol for your site
 
 permalink: /:title/
 
index a301879ff7a22ca041139c003db1b0eb5b89df3d..d25287b18b1b9129c9e7dfd723eb9ba59a202572 100644 (file)
@@ -621,7 +621,7 @@ node /org/freedesktop/login1 {
       whether the inhibit shall be consider mandatory or whether it should just delay the operation to a
       certain maximum time. The method returns a file descriptor. The lock is released the moment this file
       descriptor and all its duplicates are closed. For more information on the inhibition logic see
-      <ulink url="http://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor Locks</ulink>.
+      <ulink url="https://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor Locks</ulink>.
       </para>
     </refsect2>
 
@@ -644,7 +644,7 @@ node /org/freedesktop/login1 {
       that should be done shortly before shutdown/sleep, in conjunction with delay inhibitor locks. After
       completion of this work they should release their inhibition locks in order to not delay the operation
       any further. For more information see
-      <ulink url="http://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor Locks</ulink>.
+      <ulink url="https://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor Locks</ulink>.
       </para>
     </refsect2>
 
index 31485935a4be7c6db893da7c05ec5a2af84bf498..b433f2066cdbd28afec5a96571fb801bbc5bfdf1 100644 (file)
@@ -1427,7 +1427,7 @@ node /org/freedesktop/systemd1 {
       <varname>properties</varname> contains properties of the unit, specified like in
       <function>SetUnitProperties()</function>. <varname>aux</varname> is currently unused and should be
       passed as an empty array. See the
-      <ulink url="http://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New Control Group
+      <ulink url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New Control Group
       Interface</ulink> for more information how to make use of this functionality for resource control
       purposes.</para>
     </refsect2>
index ce6b8d387d83c4a7d8bc335b67baadd839c3b2a1..0c38c16128ff4bbf981a76e24b95961fc28fdcb2 100644 (file)
     specification, informing the receiving side that the caller is prepared to wait for interactive
     authorization, which might take a considerable time to complete. If this flag is set, the user
     may be queried for passwords or confirmation via
-    <ulink url="http://www.freedesktop.org/wiki/Software/polkit">polkit</ulink> or a similar
+    <ulink url="https://www.freedesktop.org/wiki/Software/polkit">polkit</ulink> or a similar
     framework.</para>
 
     <para><function>sd_bus_get_allow_interactive_authorization()</function> returns true if
index 746c9163b47c667552221e5904860218f7c61fe8..0bffbbb3817fe27f33ed838e3d4a60081826e233 100644 (file)
@@ -43,7 +43,7 @@
       used.</para></listitem>
 
       <listitem><para>Providing <ulink
-      url="http://www.freedesktop.org/wiki/Software/polkit">polkit</ulink>-based
+      url="https://www.freedesktop.org/wiki/Software/polkit">polkit</ulink>-based
       access for users for operations such as system shutdown or sleep</para>
       </listitem>
 
@@ -92,7 +92,7 @@
     <ulink url="https://www.freedesktop.org/wiki/Software/systemd/writing-display-managers">Writing Display
     Managers</ulink>.
     If you are interested in writing a desktop environment that makes use of logind, please have look at
-    <ulink url="http://www.freedesktop.org/wiki/Software/systemd/writing-desktop-environments">Writing
+    <ulink url="https://www.freedesktop.org/wiki/Software/systemd/writing-desktop-environments">Writing
     Desktop Environments</ulink>.</para>
   </refsect1>