Merge pull request #5410 from AsciiWolf/https-urls

Use https:// in URLs when possible.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-02-21 11:27:10 -05:00 committed by GitHub
commit 2e98288b15
46 changed files with 76 additions and 76 deletions

20
NEWS
View File

@ -2204,7 +2204,7 @@ CHANGES WITH 220:
gudev from the Gnome project instead. gudev is still included gudev from the Gnome project instead. gudev is still included
in systemd, for now. It will be removed soon, though. Please in systemd, for now. It will be removed soon, though. Please
also see the announcement-thread on systemd-devel: also see the announcement-thread on systemd-devel:
http://lists.freedesktop.org/archives/systemd-devel/2015-May/032070.html https://lists.freedesktop.org/archives/systemd-devel/2015-May/032070.html
* systemd now exposes a CPUUsageNSec= property for each * systemd now exposes a CPUUsageNSec= property for each
service unit on the bus, that contains the overall consumed service unit on the bus, that contains the overall consumed
@ -4107,7 +4107,7 @@ CHANGES WITH 211:
also supports LUKS-encrypted partitions now. With this in also supports LUKS-encrypted partitions now. With this in
place, automatic discovery of partitions to mount following place, automatic discovery of partitions to mount following
the Discoverable Partitions Specification the Discoverable Partitions Specification
(http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec) (https://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec)
is now a lot more complete. This allows booting without is now a lot more complete. This allows booting without
/etc/fstab and without root= on the kernel command line on /etc/fstab and without root= on the kernel command line on
systems prepared appropriately. systems prepared appropriately.
@ -5459,7 +5459,7 @@ CHANGES WITH 199:
* A new libsystemd-bus module has been added that implements a * A new libsystemd-bus module has been added that implements a
pretty complete D-Bus client library. For details see: pretty complete D-Bus client library. For details see:
http://lists.freedesktop.org/archives/systemd-devel/2013-March/009797.html https://lists.freedesktop.org/archives/systemd-devel/2013-March/009797.html
* journald will now explicitly flush the journal files to disk * journald will now explicitly flush the journal files to disk
at the latest 5min after each write. The file will then also at the latest 5min after each write. The file will then also
@ -5609,7 +5609,7 @@ CHANGES WITH 198:
only in conjunction with Gummiboot, but could be supported only in conjunction with Gummiboot, but could be supported
by other boot loaders too. For details see: by other boot loaders too. For details see:
http://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface https://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface
* A new generator has been added that automatically mounts the * A new generator has been added that automatically mounts the
EFI System Partition (ESP) to /boot, if that directory EFI System Partition (ESP) to /boot, if that directory
@ -5685,7 +5685,7 @@ CHANGES WITH 198:
* A new tool kernel-install has been added that can install * A new tool kernel-install has been added that can install
kernel images according to the Boot Loader Specification: kernel images according to the Boot Loader Specification:
http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec
* Boot time console output has been improved to provide * Boot time console output has been improved to provide
animated boot time output for hanging jobs. animated boot time output for hanging jobs.
@ -5775,7 +5775,7 @@ CHANGES WITH 197:
of these policies is now the default. Please see this wiki of these policies is now the default. Please see this wiki
document for details: document for details:
http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
* Auke Kok's bootchart implementation has been added to the * Auke Kok's bootchart implementation has been added to the
systemd tree. It is an optional component that can graph the systemd tree. It is an optional component that can graph the
@ -5923,7 +5923,7 @@ CHANGES WITH 196:
indexed database to link up additional information with indexed database to link up additional information with
journal entries. For further details please check: journal entries. For further details please check:
http://www.freedesktop.org/wiki/Software/systemd/catalog https://www.freedesktop.org/wiki/Software/systemd/catalog
The indexed message catalog database also needs to be The indexed message catalog database also needs to be
rebuilt after installation of message catalog files. Use rebuilt after installation of message catalog files. Use
@ -6775,7 +6775,7 @@ CHANGES WITH 183:
* A framework for implementing offline system updates is now * A framework for implementing offline system updates is now
integrated, for details see: integrated, for details see:
http://freedesktop.org/wiki/Software/systemd/SystemUpdates https://freedesktop.org/wiki/Software/systemd/SystemUpdates
* A new service type Type=idle is available now which helps us * A new service type Type=idle is available now which helps us
avoiding ugly interleaving of getty output and boot status avoiding ugly interleaving of getty output and boot status
@ -7056,7 +7056,7 @@ CHANGES WITH 39:
* New unit file option ControlGroupPersistent= to make cgroups * New unit file option ControlGroupPersistent= to make cgroups
persistent, following the mechanisms outlined in persistent, following the mechanisms outlined in
http://www.freedesktop.org/wiki/Software/systemd/PaxControlGroups https://www.freedesktop.org/wiki/Software/systemd/PaxControlGroups
* Support multiple local RTCs in a sane way * Support multiple local RTCs in a sane way
@ -7143,7 +7143,7 @@ CHANGES WITH 38:
* Processes with '@' in argv[0][0] are now excluded from the * Processes with '@' in argv[0][0] are now excluded from the
final shut-down killing spree, following the logic explained final shut-down killing spree, following the logic explained
in: in:
http://www.freedesktop.org/wiki/Software/systemd/RootStorageDaemons https://www.freedesktop.org/wiki/Software/systemd/RootStorageDaemons
* All processes remaining in a service cgroup when we enter * All processes remaining in a service cgroup when we enter
the START or START_PRE states are now killed with the START or START_PRE states are now killed with

6
README
View File

@ -4,7 +4,7 @@ DETAILS:
http://0pointer.de/blog/projects/systemd.html http://0pointer.de/blog/projects/systemd.html
WEB SITE: WEB SITE:
http://www.freedesktop.org/wiki/Software/systemd https://www.freedesktop.org/wiki/Software/systemd
GIT: GIT:
git@github.com:systemd/systemd.git git@github.com:systemd/systemd.git
@ -14,7 +14,7 @@ GITWEB:
https://github.com/systemd/systemd https://github.com/systemd/systemd
MAILING LIST: MAILING LIST:
http://lists.freedesktop.org/mailman/listinfo/systemd-devel https://lists.freedesktop.org/mailman/listinfo/systemd-devel
IRC: IRC:
#systemd on irc.freenode.org #systemd on irc.freenode.org
@ -269,7 +269,7 @@ WARNINGS:
requires that /var/run is a symlink to /run. requires that /var/run is a symlink to /run.
For more information on this issue consult For more information on this issue consult
http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken https://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
To run systemd under valgrind, compile with VALGRIND defined To run systemd under valgrind, compile with VALGRIND defined
(e.g. ./configure CPPFLAGS='... -DVALGRIND=1'). Otherwise, (e.g. ./configure CPPFLAGS='... -DVALGRIND=1'). Otherwise,

View File

@ -5,7 +5,7 @@
## Details ## Details
General information about systemd can be found in the [systemd Wiki](http://www.freedesktop.org/wiki/Software/systemd). General information about systemd can be found in the [systemd Wiki](https://www.freedesktop.org/wiki/Software/systemd).
Information about build requirements are provided in the [README file](../master/README). Information about build requirements are provided in the [README file](../master/README).
@ -17,4 +17,4 @@ Please see our [Contribution Guidelines](../master/.github/CONTRIBUTING.md) for
When preparing patches for systemd, please follow our [Coding Style Guidelines](../master/CODING_STYLE). When preparing patches for systemd, please follow our [Coding Style Guidelines](../master/CODING_STYLE).
If you are looking for support, please contact our [mailing list](http://lists.freedesktop.org/mailman/listinfo/systemd-devel) or join our [IRC channel](irc://irc.freenode.org/%23systemd). If you are looking for support, please contact our [mailing list](https://lists.freedesktop.org/mailman/listinfo/systemd-devel) or join our [IRC channel](irc://irc.freenode.org/%23systemd).

View File

@ -21,9 +21,9 @@ AC_PREREQ([2.64])
AC_INIT([systemd], AC_INIT([systemd],
[233], [233],
[http://github.com/systemd/systemd/issues], [https://github.com/systemd/systemd/issues],
[systemd], [systemd],
[http://www.freedesktop.org/wiki/Software/systemd]) [https://www.freedesktop.org/wiki/Software/systemd])
AC_CONFIG_SRCDIR([src/core/main.c]) AC_CONFIG_SRCDIR([src/core/main.c])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
@ -581,7 +581,7 @@ AC_ARG_WITH([support-url],
AS_HELP_STRING([--with-support-url=URL], AS_HELP_STRING([--with-support-url=URL],
[specify the support URL to show in catalog entries included in systemd]), [specify the support URL to show in catalog entries included in systemd]),
[SUPPORT_URL="$withval"], [SUPPORT_URL="$withval"],
[SUPPORT_URL=http://lists.freedesktop.org/mailman/listinfo/systemd-devel]) [SUPPORT_URL=https://lists.freedesktop.org/mailman/listinfo/systemd-devel])
AC_SUBST(SUPPORT_URL) AC_SUBST(SUPPORT_URL)

View File

@ -118,8 +118,8 @@
<refsect1> <refsect1>
<title>See Also</title> <title>See Also</title>
<para> <para>
<ulink url="http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec">Boot loader specification</ulink> <ulink url="https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec">Boot loader specification</ulink>
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface">Systemd boot loader interface</ulink> <ulink url="https://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface">Systemd boot loader interface</ulink>
</para> </para>
</refsect1> </refsect1>
</refentry> </refentry>

View File

@ -472,7 +472,7 @@ o "/org/freedesktop/systemd1/job/42684"</programlisting>
<para> <para>
<citerefentry project='dbus'><refentrytitle>dbus-daemon</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry project='dbus'><refentrytitle>dbus-daemon</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<ulink url="http://freedesktop.org/wiki/Software/dbus">D-Bus</ulink>, <ulink url="https://www.freedesktop.org/wiki/Software/dbus">D-Bus</ulink>,
<citerefentry><refentrytitle>sd-bus</refentrytitle><manvolnum>3</manvolnum></citerefentry>, <citerefentry><refentrytitle>sd-bus</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,

View File

@ -502,7 +502,7 @@
url="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG url="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG
Base Directory Specification</ulink>. Additional locations for Base Directory Specification</ulink>. Additional locations for
high-level user resources are defined by <ulink high-level user resources are defined by <ulink
url="http://www.freedesktop.org/wiki/Software/xdg-user-dirs/">xdg-user-dirs</ulink>.</para> url="https://www.freedesktop.org/wiki/Software/xdg-user-dirs/">xdg-user-dirs</ulink>.</para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>

View File

@ -318,7 +318,7 @@
<para>serializes the journal into a binary (but mostly <para>serializes the journal into a binary (but mostly
text-based) stream suitable for backups and network text-based) stream suitable for backups and network
transfer (see transfer (see
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/export">Journal Export Format</ulink> <ulink url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal Export Format</ulink>
for more information). To import the binary stream back for more information). To import the binary stream back
into native journald format use into native journald format use
<citerefentry><refentrytitle>systemd-journal-remote</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para> <citerefentry><refentrytitle>systemd-journal-remote</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
@ -332,7 +332,7 @@
<listitem> <listitem>
<para>formats entries as JSON data structures, one per <para>formats entries as JSON data structures, one per
line (see line (see
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/json">Journal JSON Format</ulink> <ulink url="https://www.freedesktop.org/wiki/Software/systemd/json">Journal JSON Format</ulink>
for more information).</para> for more information).</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -401,7 +401,7 @@
manuals. Note that help texts are not available for all manuals. Note that help texts are not available for all
messages, but only for selected ones. For more information on messages, but only for selected ones. For more information on
the message catalog, please refer to the the message catalog, please refer to the
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/catalog">Message Catalog Developer Documentation</ulink>.</para> <ulink url="https://www.freedesktop.org/wiki/Software/systemd/catalog">Message Catalog Developer Documentation</ulink>.</para>
<para>Note: when attaching <command>journalctl</command> <para>Note: when attaching <command>journalctl</command>
output to bug reports, please do <emphasis>not</emphasis> use output to bug reports, please do <emphasis>not</emphasis> use

View File

@ -189,7 +189,7 @@
<para> <para>
<citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<ulink url="http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec">Boot loader specification</ulink> <ulink url="https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec">Boot loader specification</ulink>
</para> </para>
</refsect1> </refsect1>

View File

@ -62,7 +62,7 @@
<title>Description</title> <title>Description</title>
<para><filename>sd-bus.h</filename> provides an implementation of a D-Bus IPC client. See <para><filename>sd-bus.h</filename> provides an implementation of a D-Bus IPC client. See
<ulink url="http://www.freedesktop.org/software/dbus/" /> <ulink url="https://www.freedesktop.org/software/dbus/" />
for more information about D-Bus IPC. for more information about D-Bus IPC.
</para> </para>

View File

@ -67,7 +67,7 @@
local system. </para> local system. </para>
<para>See <ulink <para>See <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/multiseat">Multi-Seat url="https://www.freedesktop.org/wiki/Software/systemd/multiseat">Multi-Seat
on Linux</ulink> for an introduction into multi-seat support on on Linux</ulink> for an introduction into multi-seat support on
Linux, the background for this set of APIs.</para> Linux, the background for this set of APIs.</para>

View File

@ -90,7 +90,7 @@
<para>For more information about the journal message catalog <para>For more information about the journal message catalog
please refer to the <ulink please refer to the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/catalog">Journal url="https://www.freedesktop.org/wiki/Software/systemd/catalog">Journal
Message Catalogs</ulink> documentation page.</para> Message Catalogs</ulink> documentation page.</para>
</refsect1> </refsect1>

View File

@ -1181,7 +1181,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
<para>For more information on the preset policy format, see <para>For more information on the preset policy format, see
<citerefentry><refentrytitle>systemd.preset</refentrytitle><manvolnum>5</manvolnum></citerefentry>. <citerefentry><refentrytitle>systemd.preset</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
For more information on the concept of presets, please consult the For more information on the concept of presets, please consult the
<ulink url="http://freedesktop.org/wiki/Software/systemd/Preset">Preset</ulink> <ulink url="https://www.freedesktop.org/wiki/Software/systemd/Preset">Preset</ulink>
document.</para> document.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -71,7 +71,7 @@
properly notified.</para> properly notified.</para>
<para>See the <ulink <para>See the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents"> url="https://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">
developer documentation</ulink> for more information about the developer documentation</ulink> for more information about the
system password logic.</para> system password logic.</para>

View File

@ -109,7 +109,7 @@
<para>Additional password agents may be implemented according to <para>Additional password agents may be implemented according to
the <ulink the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">systemd url="https://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">systemd
Password Agent Specification</ulink>.</para> Password Agent Specification</ulink>.</para>
<para>If a password is queried on a TTY, the user may press TAB to <para>If a password is queried on a TTY, the user may press TAB to

View File

@ -91,7 +91,7 @@
<para>It is also possible to invoke <command>systemd-coredump</command> with <para>It is also possible to invoke <command>systemd-coredump</command> with
<option>--backtrace</option> option. In this case, <command>systemd-coredump</command> expects <option>--backtrace</option> option. In this case, <command>systemd-coredump</command> expects
a journal entry in the journal a journal entry in the journal
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/export">Journal Export Format</ulink> <ulink url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal Export Format</ulink>
on standard input. The entry should contain a <varname>MESSAGE=</varname> field and any additional on standard input. The entry should contain a <varname>MESSAGE=</varname> field and any additional
metadata fields the caller deems reasonable. <command>systemd-coredump</command> will append metadata fields the caller deems reasonable. <command>systemd-coredump</command> will append
additional metadata fields in the same way it does for core dumps received from the kernel. In additional metadata fields in the same way it does for core dumps received from the kernel. In

View File

@ -61,7 +61,7 @@
<para><filename>systemd-cryptsetup@.service</filename> will ask <para><filename>systemd-cryptsetup@.service</filename> will ask
for hard disk passwords via the <ulink for hard disk passwords via the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents"> url="https://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">
password agent logic</ulink>, in order to query the user for the password agent logic</ulink>, in order to query the user for the
password using the right mechanism at boot and during password using the right mechanism at boot and during
runtime.</para> runtime.</para>

View File

@ -64,7 +64,7 @@
<filename>container-getty@.service</filename> instances for <filename>container-getty@.service</filename> instances for
additional container pseudo TTYs as requested by the container additional container pseudo TTYs as requested by the container
manager (see <ulink manager (see <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/ContainerInterface/"><filename>Container url="https://www.freedesktop.org/wiki/Software/systemd/ContainerInterface/"><filename>Container
Interface</filename></ulink>). This should ensure that the user is Interface</filename></ulink>). This should ensure that the user is
shown a login prompt at the right place, regardless of which shown a login prompt at the right place, regardless of which
environment the system is started in. For example, it is environment the system is started in. For example, it is

View File

@ -62,7 +62,7 @@
partitions and creates mount and swap units for them, based on the partitions and creates mount and swap units for them, based on the
partition type GUIDs of GUID partition tables (GPT). It implements partition type GUIDs of GUID partition tables (GPT). It implements
the <ulink the <ulink
url="http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/">Discoverable url="https://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/">Discoverable
Partitions Specification</ulink>. Note that this generator has no Partitions Specification</ulink>. Note that this generator has no
effect on non-GPT systems, or where the directories under the effect on non-GPT systems, or where the directories under the
mount points are already non-empty. Also, on systems where the mount points are already non-empty. Also, on systems where the

View File

@ -66,7 +66,7 @@
is a command line client to this service.</para> is a command line client to this service.</para>
<para>See the <ulink <para>See the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/hostnamed"> url="https://www.freedesktop.org/wiki/Software/systemd/hostnamed">
developer documentation</ulink> for information about the APIs developer documentation</ulink> for information about the APIs
<filename>systemd-hostnamed</filename> provides.</para> <filename>systemd-hostnamed</filename> provides.</para>
</refsect1> </refsect1>

View File

@ -64,7 +64,7 @@
<command>import-tar</command>, <command>export-raw</command>, and <command>export-tar</command> commands.</para> <command>import-tar</command>, <command>export-raw</command>, and <command>export-tar</command> commands.</para>
<para>See the <para>See the
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/importd"> <ulink url="https://www.freedesktop.org/wiki/Software/systemd/importd">
importd D-Bus API Documentation</ulink> for information about the importd D-Bus API Documentation</ulink> for information about the
APIs <filename>systemd-importd</filename> provides.</para> APIs <filename>systemd-importd</filename> provides.</para>
</refsect1> </refsect1>

View File

@ -72,7 +72,7 @@
should not be interrupted.</para> should not be interrupted.</para>
<para>For more information see the <ulink <para>For more information see the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor url="https://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor
Lock Developer Documentation</ulink>.</para> Lock Developer Documentation</ulink>.</para>
</refsect1> </refsect1>

View File

@ -197,7 +197,7 @@
one per line one per line
(like <command>journalctl --output json</command>). (like <command>journalctl --output json</command>).
See <ulink See <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/json">Journal url="https://www.freedesktop.org/wiki/Software/systemd/json">Journal
JSON Format</ulink> for more information.</para> JSON Format</ulink> for more information.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -222,7 +222,7 @@
transfer transfer
(like <command>journalctl --output export</command>). (like <command>journalctl --output export</command>).
See <ulink See <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/export">Journal url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal
Export Format</ulink> for more information.</para> Export Format</ulink> for more information.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -289,7 +289,7 @@
<title>Examples</title> <title>Examples</title>
<para>Retrieve events from this boot from local journal <para>Retrieve events from this boot from local journal
in <ulink in <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/export">Journal url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal
Export Format</ulink>: Export Format</ulink>:
<programlisting>curl --silent -H'Accept: application/vnd.fdo.journal' \ <programlisting>curl --silent -H'Accept: application/vnd.fdo.journal' \
'http://localhost:19531/entries?boot'</programlisting> 'http://localhost:19531/entries?boot'</programlisting>

View File

@ -64,7 +64,7 @@
<filename>systemd-journal-remote</filename> is a command to <filename>systemd-journal-remote</filename> is a command to
receive serialized journal events and store them to the journal. receive serialized journal events and store them to the journal.
Input streams are in the Input streams are in the
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/export"> <ulink url="https://www.freedesktop.org/wiki/Software/systemd/export">
Journal Export Format Journal Export Format
</ulink>, </ulink>,
i.e. like the output from i.e. like the output from

View File

@ -68,7 +68,7 @@
is a command line client to this service.</para> is a command line client to this service.</para>
<para>See the <ulink <para>See the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/localed"> url="https://www.freedesktop.org/wiki/Software/systemd/localed">
developer documentation</ulink> for information about the APIs developer documentation</ulink> for information about the APIs
<filename>systemd-localed</filename> provides.</para> <filename>systemd-localed</filename> provides.</para>
</refsect1> </refsect1>

View File

@ -99,17 +99,17 @@
for information about the configuration of this service.</para> for information about the configuration of this service.</para>
<para>See <ulink <para>See <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/multiseat">Multi-Seat url="https://www.freedesktop.org/wiki/Software/systemd/multiseat">Multi-Seat
on Linux</ulink> for an introduction into basic concepts of logind on Linux</ulink> for an introduction into basic concepts of logind
such as users, sessions and seats.</para> such as users, sessions and seats.</para>
<para>See the <ulink <para>See the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/logind"> url="https://www.freedesktop.org/wiki/Software/systemd/logind">
logind D-Bus API Documentation</ulink> for information about the logind D-Bus API Documentation</ulink> for information about the
APIs <filename>systemd-logind</filename> provides.</para> APIs <filename>systemd-logind</filename> provides.</para>
<para>For more information on the inhibition logic see the <ulink <para>For more information on the inhibition logic see the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor url="https://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor
Lock Developer Documentation</ulink>.</para> Lock Developer Documentation</ulink>.</para>
</refsect1> </refsect1>

View File

@ -92,7 +92,7 @@
environment and a UUID is configured for the container, this is environment and a UUID is configured for the container, this is
used to initialize the machine ID. For details, see the used to initialize the machine ID. For details, see the
documentation of the <ulink documentation of the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/ContainerInterface">Container url="https://www.freedesktop.org/wiki/Software/systemd/ContainerInterface">Container
Interface</ulink>.</para></listitem> Interface</ulink>.</para></listitem>
<listitem><para>Otherwise, a new ID is randomly <listitem><para>Otherwise, a new ID is randomly

View File

@ -71,7 +71,7 @@
names.</para> names.</para>
<para>See the <para>See the
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/machined"> <ulink url="https://www.freedesktop.org/wiki/Software/systemd/machined">
machined D-Bus API Documentation</ulink> for information about the machined D-Bus API Documentation</ulink> for information about the
APIs <filename>systemd-machined</filename> provides.</para> APIs <filename>systemd-machined</filename> provides.</para>
</refsect1> </refsect1>

View File

@ -135,7 +135,7 @@
container.</para> container.</para>
<para><command>systemd-nspawn</command> implements the <ulink <para><command>systemd-nspawn</command> implements the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/ContainerInterface">Container Interface</ulink> url="https://www.freedesktop.org/wiki/Software/systemd/ContainerInterface">Container Interface</ulink>
specification.</para> specification.</para>
<para>While running, containers invoked with <command>systemd-nspawn</command> are registered with the <para>While running, containers invoked with <command>systemd-nspawn</command> are registered with the
@ -233,7 +233,7 @@
a server data partition which are mounted to the appropriate a server data partition which are mounted to the appropriate
places in the container. All these partitions must be places in the container. All these partitions must be
identified by the partition types defined by the <ulink identified by the partition types defined by the <ulink
url="http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/">Discoverable url="https://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/">Discoverable
Partitions Specification</ulink>.</para></listitem> Partitions Specification</ulink>.</para></listitem>
<listitem><para>No partition table, and a single file system spanning the whole image.</para></listitem> <listitem><para>No partition table, and a single file system spanning the whole image.</para></listitem>

View File

@ -72,7 +72,7 @@
systems.</para> systems.</para>
<para>For a longer discussion of kernel API file systems see <para>For a longer discussion of kernel API file systems see
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems">API <ulink url="https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems">API
File Systems</ulink>.</para> File Systems</ulink>.</para>
</refsect1> </refsect1>

View File

@ -62,7 +62,7 @@
<itemizedlist> <itemizedlist>
<listitem><para>The native, fully-featured API <command>systemd-resolved</command> exposes on the bus. See the <listitem><para>The native, fully-featured API <command>systemd-resolved</command> exposes on the bus. See the
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/resolved">API Documentation</ulink> for <ulink url="https://www.freedesktop.org/wiki/Software/systemd/resolved">API Documentation</ulink> for
details. Usage of this API is generally recommended to clients as it is asynchronous and fully featured (for details. Usage of this API is generally recommended to clients as it is asynchronous and fully featured (for
example, properly returns DNSSEC validation status and interface scope for addresses as necessary for supporting example, properly returns DNSSEC validation status and interface scope for addresses as necessary for supporting
link-local networking).</para></listitem> link-local networking).</para></listitem>
@ -156,7 +156,7 @@
per-interface domains are exclusively routed to the matching per-interface domains are exclusively routed to the matching
interfaces.</para> interfaces.</para>
<para>See the <ulink url="http://www.freedesktop.org/wiki/Software/systemd/resolved"> resolved D-Bus API <para>See the <ulink url="https://www.freedesktop.org/wiki/Software/systemd/resolved"> resolved D-Bus API
Documentation</ulink> for information about the APIs <filename>systemd-resolved</filename> provides.</para> Documentation</ulink> for information about the APIs <filename>systemd-resolved</filename> provides.</para>
</refsect1> </refsect1>

View File

@ -91,7 +91,7 @@
for local use only and should be considered hacks. If applications for local use only and should be considered hacks. If applications
want to react to system suspend/hibernation and resume, want to react to system suspend/hibernation and resume,
they should rather use the <ulink they should rather use the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor url="https://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor
interface</ulink>.</para> interface</ulink>.</para>
<para>Note that <para>Note that

View File

@ -67,7 +67,7 @@
is a command line client to this service.</para> is a command line client to this service.</para>
<para>See the <ulink <para>See the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/timedated"> url="https://www.freedesktop.org/wiki/Software/systemd/timedated">
developer documentation</ulink> for information about the APIs developer documentation</ulink> for information about the APIs
<filename>systemd-timedated</filename> provides.</para> <filename>systemd-timedated</filename> provides.</para>
</refsect1> </refsect1>

View File

@ -66,7 +66,7 @@
runtime.</para> runtime.</para>
<para><command>systemd-tty-ask-password-agent</command> implements <para><command>systemd-tty-ask-password-agent</command> implements
the <ulink url="http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">Password the <ulink url="https://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">Password
Agents Specification</ulink>, and is one of many possible response agents which Agents Specification</ulink>, and is one of many possible response agents which
answer to queries formulated with answer to queries formulated with
<citerefentry><refentrytitle>systemd-ask-password</refentrytitle><manvolnum>1</manvolnum></citerefentry>. <citerefentry><refentrytitle>systemd-ask-password</refentrytitle><manvolnum>1</manvolnum></citerefentry>.

View File

@ -142,7 +142,7 @@
file instead of a directory. The device node or file system image file needs to contain a file system without a file instead of a directory. The device node or file system image file needs to contain a file system without a
partition table, or a file system within an MBR/MS-DOS or GPT partition table with only a single partition table, or a file system within an MBR/MS-DOS or GPT partition table with only a single
Linux-compatible partition, or a set of file systems within a GPT partition table that follows the <ulink Linux-compatible partition, or a set of file systems within a GPT partition table that follows the <ulink
url="http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/">Discoverable Partitions url="https://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/">Discoverable Partitions
Specification</ulink>.</para></listitem> Specification</ulink>.</para></listitem>
</varlistentry> </varlistentry>

View File

@ -467,9 +467,9 @@
<para>During serialization into external formats, such as the <para>During serialization into external formats, such as the
<ulink <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/export">Journal url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal
Export Format</ulink> or the <ulink Export Format</ulink> or the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/json">Journal url="https://www.freedesktop.org/wiki/Software/systemd/json">Journal
JSON Format</ulink>, the addresses of journal entries are JSON Format</ulink>, the addresses of journal entries are
serialized into fields prefixed with double underscores. Note that serialized into fields prefixed with double underscores. Note that
these are not proper fields when stored in the journal but for these are not proper fields when stored in the journal but for

View File

@ -104,7 +104,7 @@
for kernel-to-userspace and userspace-to-userspace interfaces. Some for kernel-to-userspace and userspace-to-userspace interfaces. Some
of them may not be changed via mount units, and cannot be of them may not be changed via mount units, and cannot be
disabled. For a longer discussion see <ulink disabled. For a longer discussion see <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems">API url="https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems">API
File Systems</ulink>.</para> File Systems</ulink>.</para>
</refsect1> </refsect1>

View File

@ -154,7 +154,7 @@
script exits uncleanly (by non-zero error code, or signal/coredump). If your script succeeds script exits uncleanly (by non-zero error code, or signal/coredump). If your script succeeds
you should trigger the reboot in your own code, for example by invoking logind's you should trigger the reboot in your own code, for example by invoking logind's
<command>Reboot()</command> call or calling <command>systemctl reboot</command>. See <command>Reboot()</command> call or calling <command>systemctl reboot</command>. See
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/logind">logind dbus API</ulink> <ulink url="https://www.freedesktop.org/wiki/Software/systemd/logind">logind dbus API</ulink>
for details.</para> for details.</para>
</listitem> </listitem>
@ -170,7 +170,7 @@
<title>See also</title> <title>See also</title>
<para> <para>
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/SystemUpdates/">Implementing Offline System Updates</ulink>, <ulink url="https://www.freedesktop.org/wiki/Software/systemd/SystemUpdates/">Implementing Offline System Updates</ulink>,
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>systemd.generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd.generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
<citerefentry><refentrytitle>systemd-system-update-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd-system-update-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>,

View File

@ -72,7 +72,7 @@
<para>For more information on the preset logic please have a look <para>For more information on the preset logic please have a look
at the <ulink at the <ulink
url="http://freedesktop.org/wiki/Software/systemd/Preset">Presets</ulink> url="https://www.freedesktop.org/wiki/Software/systemd/Preset">Presets</ulink>
document.</para> document.</para>
<para>It is not recommended to ship preset files within the <para>It is not recommended to ship preset files within the

View File

@ -87,7 +87,7 @@
Those options complement options listed here.</para> Those options complement options listed here.</para>
<para>See the <ulink <para>See the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New
Control Group Interfaces</ulink> for an introduction on how to make Control Group Interfaces</ulink> for an introduction on how to make
use of resource control APIs from programs.</para> use of resource control APIs from programs.</para>
</refsect1> </refsect1>

View File

@ -69,7 +69,7 @@
command line.</para> command line.</para>
<para>See the <ulink <para>See the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New
Control Group Interfaces</ulink> for an introduction on how to make Control Group Interfaces</ulink> for an introduction on how to make
use of scope units from programs.</para> use of scope units from programs.</para>
</refsect1> </refsect1>

View File

@ -84,7 +84,7 @@
This is useful for compatibility with SysV. Note that this This is useful for compatibility with SysV. Note that this
compatibility is quite comprehensive but not 100%. For details compatibility is quite comprehensive but not 100%. For details
about the incompatibilities, see the <ulink about the incompatibilities, see the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/Incompatibilities">Incompatibilities url="https://www.freedesktop.org/wiki/Software/systemd/Incompatibilities">Incompatibilities
with SysV</ulink> document.</para> with SysV</ulink> document.</para>
</refsect1> </refsect1>

View File

@ -97,7 +97,7 @@
</para> </para>
<para>See the <ulink <para>See the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New
Control Group Interfaces</ulink> for an introduction on how to make Control Group Interfaces</ulink> for an introduction on how to make
use of slice units from programs.</para> use of slice units from programs.</para>
</refsect1> </refsect1>

View File

@ -399,7 +399,7 @@
is part of the boot of most systems, while is part of the boot of most systems, while
<filename>network-online.target</filename> is not, except <filename>network-online.target</filename> is not, except
when at least one unit requires it. Also see <ulink when at least one unit requires it. Also see <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget">Running url="https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget">Running
Services After the Network is up</ulink> for more Services After the Network is up</ulink> for more
information.</para> information.</para>
@ -616,7 +616,7 @@
on. All userspace log messages will be made available on on. All userspace log messages will be made available on
this socket. For more information about syslog integration, this socket. For more information about syslog integration,
please consult the <ulink please consult the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/syslog">Syslog url="https://www.freedesktop.org/wiki/Software/systemd/syslog">Syslog
Interface</ulink> document.</para> Interface</ulink> document.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -785,7 +785,7 @@
is shut down. It is hence useful when writing service files is shut down. It is hence useful when writing service files
that require network access on shutdown, which should order that require network access on shutdown, which should order
themselves after this target, but not pull it in. Also see themselves after this target, but not pull it in. Also see
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget">Running <ulink url="https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget">Running
Services After the Network is up</ulink> for more Services After the Network is up</ulink> for more
information. Also see information. Also see
<filename>network-online.target</filename> described <filename>network-online.target</filename> described

View File

@ -256,7 +256,7 @@
<para>The unit file format is covered by the <para>The unit file format is covered by the
<ulink <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/InterfaceStabilityPromise">Interface url="https://www.freedesktop.org/wiki/Software/systemd/InterfaceStabilityPromise">Interface
Stability Promise</ulink>.</para> Stability Promise</ulink>.</para>
</refsect1> </refsect1>

View File

@ -449,7 +449,7 @@
<para>Note that some but not all interfaces provided <para>Note that some but not all interfaces provided
by systemd are covered by the by systemd are covered by the
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/InterfaceStabilityPromise">Interface <ulink url="https://www.freedesktop.org/wiki/Software/systemd/InterfaceStabilityPromise">Interface
Stability Promise</ulink>.</para> Stability Promise</ulink>.</para>
<para>Units may be generated dynamically at boot and system <para>Units may be generated dynamically at boot and system
@ -459,8 +459,8 @@
<para>Systems which invoke systemd in a container or initrd <para>Systems which invoke systemd in a container or initrd
environment should implement the environment should implement the
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/ContainerInterface">Container Interface</ulink> or <ulink url="https://www.freedesktop.org/wiki/Software/systemd/ContainerInterface">Container Interface</ulink> or
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/InitrdInterface">initrd Interface</ulink> <ulink url="https://www.freedesktop.org/wiki/Software/systemd/InitrdInterface">initrd Interface</ulink>
specifications, respectively.</para> specifications, respectively.</para>
</refsect1> </refsect1>
@ -1145,7 +1145,7 @@
<refsect1> <refsect1>
<title>See Also</title> <title>See Also</title>
<para> <para>
The <ulink url="http://www.freedesktop.org/wiki/Software/systemd/">systemd Homepage</ulink>, The <ulink url="https://www.freedesktop.org/wiki/Software/systemd/">systemd Homepage</ulink>,
<citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<citerefentry project='man-pages'><refentrytitle>locale.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry project='man-pages'><refentrytitle>locale.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,