From 16a5d4128f853b6ed4080db78d9ce9e50773bc44 Mon Sep 17 00:00:00 2001 From: AsciiWolf Date: Thu, 29 Jun 2017 04:54:12 +0200 Subject: [PATCH] units: use https for the freedesktop url (#6227) --- units/dev-hugepages.mount | 2 +- units/dev-mqueue.mount | 2 +- units/network-online.target | 2 +- units/network-pre.target | 2 +- units/network.target | 2 +- units/org.freedesktop.hostname1.busname | 2 +- units/org.freedesktop.locale1.busname | 2 +- units/org.freedesktop.login1.busname | 4 ++-- units/org.freedesktop.machine1.busname | 2 +- units/org.freedesktop.resolve1.busname | 2 +- units/org.freedesktop.systemd1.busname | 2 +- units/org.freedesktop.timedate1.busname | 2 +- units/proc-sys-fs-binfmt_misc.automount | 2 +- units/proc-sys-fs-binfmt_misc.mount | 2 +- units/sys-fs-fuse-connections.mount | 2 +- units/sys-kernel-config.mount | 2 +- units/sys-kernel-debug.mount | 2 +- units/syslog.socket | 4 ++-- units/systemd-hostnamed.service.in | 2 +- units/systemd-importd.service.in | 2 +- units/systemd-localed.service.in | 2 +- units/systemd-logind.service.in | 4 ++-- units/systemd-machined.service.in | 2 +- units/systemd-remount-fs.service.in | 2 +- units/systemd-resolved.service.m4.in | 6 +++--- units/systemd-timedated.service.in | 2 +- units/tmp.mount.m4 | 2 +- 27 files changed, 32 insertions(+), 32 deletions(-) diff --git a/units/dev-hugepages.mount b/units/dev-hugepages.mount index 489cc777e4..86ad7ac2c9 100644 --- a/units/dev-hugepages.mount +++ b/units/dev-hugepages.mount @@ -8,7 +8,7 @@ [Unit] Description=Huge Pages File System Documentation=https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt -Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems +Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no Before=sysinit.target ConditionPathExists=/sys/kernel/mm/hugepages diff --git a/units/dev-mqueue.mount b/units/dev-mqueue.mount index 8d29f96ca6..b2adfeb835 100644 --- a/units/dev-mqueue.mount +++ b/units/dev-mqueue.mount @@ -8,7 +8,7 @@ [Unit] Description=POSIX Message Queue File System Documentation=man:mq_overview(7) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems +Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no Before=sysinit.target ConditionPathExists=/proc/sys/fs/mqueue diff --git a/units/network-online.target b/units/network-online.target index 67bc4fa471..5130d8c5e3 100644 --- a/units/network-online.target +++ b/units/network-online.target @@ -8,5 +8,5 @@ [Unit] Description=Network is Online Documentation=man:systemd.special(7) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget +Documentation=https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget After=network.target diff --git a/units/network-pre.target b/units/network-pre.target index 0ea4bc739a..0d54a4cff8 100644 --- a/units/network-pre.target +++ b/units/network-pre.target @@ -8,5 +8,5 @@ [Unit] Description=Network (Pre) Documentation=man:systemd.special(7) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget +Documentation=https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget RefuseManualStart=yes diff --git a/units/network.target b/units/network.target index 61ebdcadd0..f8331b6124 100644 --- a/units/network.target +++ b/units/network.target @@ -8,6 +8,6 @@ [Unit] Description=Network Documentation=man:systemd.special(7) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget +Documentation=https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget After=network-pre.target RefuseManualStart=yes diff --git a/units/org.freedesktop.hostname1.busname b/units/org.freedesktop.hostname1.busname index d64c36486d..f7b41331bf 100644 --- a/units/org.freedesktop.hostname1.busname +++ b/units/org.freedesktop.hostname1.busname @@ -8,7 +8,7 @@ [Unit] Description=Hostname Service Bus Name Documentation=man:systemd-hostnamed.service(8) man:hostname(5) man:machine-info(5) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/hostnamed +Documentation=https://www.freedesktop.org/wiki/Software/systemd/hostnamed [BusName] Service=systemd-hostnamed.service diff --git a/units/org.freedesktop.locale1.busname b/units/org.freedesktop.locale1.busname index 3cd201180b..e0c498e8ff 100644 --- a/units/org.freedesktop.locale1.busname +++ b/units/org.freedesktop.locale1.busname @@ -8,7 +8,7 @@ [Unit] Description=Locale Service Bus Name Documentation=man:systemd-localed.service(8) man:locale.conf(5) man:vconsole.conf(5) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/localed +Documentation=https://www.freedesktop.org/wiki/Software/systemd/localed [BusName] Service=systemd-localed.service diff --git a/units/org.freedesktop.login1.busname b/units/org.freedesktop.login1.busname index d0686b17e0..b169720f8e 100644 --- a/units/org.freedesktop.login1.busname +++ b/units/org.freedesktop.login1.busname @@ -8,8 +8,8 @@ [Unit] Description=Login Service Bus Name Documentation=man:systemd-logind.service(8) man:logind.conf(5) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/logind -Documentation=http://www.freedesktop.org/wiki/Software/systemd/multiseat +Documentation=https://www.freedesktop.org/wiki/Software/systemd/logind +Documentation=https://www.freedesktop.org/wiki/Software/systemd/multiseat [BusName] Service=systemd-logind.service diff --git a/units/org.freedesktop.machine1.busname b/units/org.freedesktop.machine1.busname index 7df8e9e732..a1f0154778 100644 --- a/units/org.freedesktop.machine1.busname +++ b/units/org.freedesktop.machine1.busname @@ -8,7 +8,7 @@ [Unit] Description=Virtual Machine and Container Registration Service Bus Name Documentation=man:systemd-machined.service(8) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/machined +Documentation=https://www.freedesktop.org/wiki/Software/systemd/machined [BusName] Service=systemd-machined.service diff --git a/units/org.freedesktop.resolve1.busname b/units/org.freedesktop.resolve1.busname index 5b7a7fed3f..28c8f97037 100644 --- a/units/org.freedesktop.resolve1.busname +++ b/units/org.freedesktop.resolve1.busname @@ -8,7 +8,7 @@ [Unit] Description=Network Name Resolution Service Bus Name Documentation=man:systemd-resolved.service(8) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/resolved +Documentation=https://www.freedesktop.org/wiki/Software/systemd/resolved # This is pulled in by systemd-resolved.service, since it cannot run # without its policy set. However, let's conditionalize this unit on diff --git a/units/org.freedesktop.systemd1.busname b/units/org.freedesktop.systemd1.busname index 9ec055e3f2..f9f41cbaf0 100644 --- a/units/org.freedesktop.systemd1.busname +++ b/units/org.freedesktop.systemd1.busname @@ -8,7 +8,7 @@ [Unit] Description=System and Service Manager Bus Name Documentation=man:systemd(1) -Documentation=http://www.freedesktop.org/wiki/Software/systemd +Documentation=https://www.freedesktop.org/wiki/Software/systemd [BusName] Activating=no diff --git a/units/org.freedesktop.timedate1.busname b/units/org.freedesktop.timedate1.busname index eae4e536b8..1c962b5f8a 100644 --- a/units/org.freedesktop.timedate1.busname +++ b/units/org.freedesktop.timedate1.busname @@ -8,7 +8,7 @@ [Unit] Description=Time & Date Service Bus Name Documentation=man:systemd-timedated.service(8) man:localtime(5) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/timedated +Documentation=https://www.freedesktop.org/wiki/Software/systemd/timedated [BusName] Service=systemd-timedated.service diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount index 92d7e10f1c..1067bcd839 100644 --- a/units/proc-sys-fs-binfmt_misc.automount +++ b/units/proc-sys-fs-binfmt_misc.automount @@ -8,7 +8,7 @@ [Unit] Description=Arbitrary Executable File Formats File System Automount Point Documentation=https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html -Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems +Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no Before=sysinit.target ConditionPathExists=/proc/sys/fs/binfmt_misc/ diff --git a/units/proc-sys-fs-binfmt_misc.mount b/units/proc-sys-fs-binfmt_misc.mount index 10bf3cf28c..27773cd4ea 100644 --- a/units/proc-sys-fs-binfmt_misc.mount +++ b/units/proc-sys-fs-binfmt_misc.mount @@ -8,7 +8,7 @@ [Unit] Description=Arbitrary Executable File Formats File System Documentation=https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html -Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems +Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no [Mount] diff --git a/units/sys-fs-fuse-connections.mount b/units/sys-fs-fuse-connections.mount index 336b5f6277..492ceb16f3 100644 --- a/units/sys-fs-fuse-connections.mount +++ b/units/sys-fs-fuse-connections.mount @@ -8,7 +8,7 @@ [Unit] Description=FUSE Control File System Documentation=https://www.kernel.org/doc/Documentation/filesystems/fuse.txt -Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems +Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no ConditionPathExists=/sys/fs/fuse/connections ConditionCapability=CAP_SYS_ADMIN diff --git a/units/sys-kernel-config.mount b/units/sys-kernel-config.mount index 7f2e1d92f3..b585f32561 100644 --- a/units/sys-kernel-config.mount +++ b/units/sys-kernel-config.mount @@ -8,7 +8,7 @@ [Unit] Description=Kernel Configuration File System Documentation=https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt -Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems +Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no ConditionPathExists=/sys/kernel/config ConditionCapability=CAP_SYS_RAWIO diff --git a/units/sys-kernel-debug.mount b/units/sys-kernel-debug.mount index d5c50ea142..808dbf08f4 100644 --- a/units/sys-kernel-debug.mount +++ b/units/sys-kernel-debug.mount @@ -8,7 +8,7 @@ [Unit] Description=Kernel Debug File System Documentation=https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt -Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems +Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no ConditionPathExists=/sys/kernel/debug ConditionCapability=CAP_SYS_RAWIO diff --git a/units/syslog.socket b/units/syslog.socket index e6e9cf8525..d3987cb9a8 100644 --- a/units/syslog.socket +++ b/units/syslog.socket @@ -8,7 +8,7 @@ [Unit] Description=Syslog Socket Documentation=man:systemd.special(7) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/syslog +Documentation=https://www.freedesktop.org/wiki/Software/systemd/syslog DefaultDependencies=no Before=sockets.target shutdown.target @@ -37,4 +37,4 @@ ReceiveBuffer=8M # [Install] # Alias=syslog.service # -# See http://www.freedesktop.org/wiki/Software/systemd/syslog for details. +# See https://www.freedesktop.org/wiki/Software/systemd/syslog for details. diff --git a/units/systemd-hostnamed.service.in b/units/systemd-hostnamed.service.in index 01a8ec9f57..d29e9ff81b 100644 --- a/units/systemd-hostnamed.service.in +++ b/units/systemd-hostnamed.service.in @@ -8,7 +8,7 @@ [Unit] Description=Hostname Service Documentation=man:systemd-hostnamed.service(8) man:hostname(5) man:machine-info(5) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/hostnamed +Documentation=https://www.freedesktop.org/wiki/Software/systemd/hostnamed [Service] ExecStart=@rootlibexecdir@/systemd-hostnamed diff --git a/units/systemd-importd.service.in b/units/systemd-importd.service.in index 75585d5dbc..58762055eb 100644 --- a/units/systemd-importd.service.in +++ b/units/systemd-importd.service.in @@ -8,7 +8,7 @@ [Unit] Description=Virtual Machine and Container Download Service Documentation=man:systemd-importd.service(8) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/importd +Documentation=https://www.freedesktop.org/wiki/Software/systemd/importd [Service] ExecStart=@rootlibexecdir@/systemd-importd diff --git a/units/systemd-localed.service.in b/units/systemd-localed.service.in index f76012a34c..90a913881a 100644 --- a/units/systemd-localed.service.in +++ b/units/systemd-localed.service.in @@ -8,7 +8,7 @@ [Unit] Description=Locale Service Documentation=man:systemd-localed.service(8) man:locale.conf(5) man:vconsole.conf(5) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/localed +Documentation=https://www.freedesktop.org/wiki/Software/systemd/localed [Service] ExecStart=@rootlibexecdir@/systemd-localed diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index 22d74f51d9..bb4a23ec83 100644 --- a/units/systemd-logind.service.in +++ b/units/systemd-logind.service.in @@ -8,8 +8,8 @@ [Unit] Description=Login Service Documentation=man:systemd-logind.service(8) man:logind.conf(5) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/logind -Documentation=http://www.freedesktop.org/wiki/Software/systemd/multiseat +Documentation=https://www.freedesktop.org/wiki/Software/systemd/logind +Documentation=https://www.freedesktop.org/wiki/Software/systemd/multiseat Wants=user.slice After=nss-user-lookup.target user.slice diff --git a/units/systemd-machined.service.in b/units/systemd-machined.service.in index 0fbb302888..a4f86aa7c8 100644 --- a/units/systemd-machined.service.in +++ b/units/systemd-machined.service.in @@ -8,7 +8,7 @@ [Unit] Description=Virtual Machine and Container Registration Service Documentation=man:systemd-machined.service(8) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/machined +Documentation=https://www.freedesktop.org/wiki/Software/systemd/machined Wants=machine.slice After=machine.slice RequiresMountsFor=/var/lib/machines diff --git a/units/systemd-remount-fs.service.in b/units/systemd-remount-fs.service.in index 8d9daacaa5..29d0674ab3 100644 --- a/units/systemd-remount-fs.service.in +++ b/units/systemd-remount-fs.service.in @@ -8,7 +8,7 @@ [Unit] Description=Remount Root and Kernel File Systems Documentation=man:systemd-remount-fs.service(8) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems +Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no Conflicts=shutdown.target After=systemd-fsck-root.service diff --git a/units/systemd-resolved.service.m4.in b/units/systemd-resolved.service.m4.in index 6c22893ed7..931156a861 100644 --- a/units/systemd-resolved.service.m4.in +++ b/units/systemd-resolved.service.m4.in @@ -8,9 +8,9 @@ [Unit] Description=Network Name Resolution Documentation=man:systemd-resolved.service(8) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/resolved -Documentation=http://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers -Documentation=http://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients +Documentation=https://www.freedesktop.org/wiki/Software/systemd/resolved +Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers +Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients After=systemd-networkd.service network.target Before=network-online.target nss-lookup.target Wants=nss-lookup.target diff --git a/units/systemd-timedated.service.in b/units/systemd-timedated.service.in index f691f47517..2b5f0744c9 100644 --- a/units/systemd-timedated.service.in +++ b/units/systemd-timedated.service.in @@ -8,7 +8,7 @@ [Unit] Description=Time & Date Service Documentation=man:systemd-timedated.service(8) man:localtime(5) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/timedated +Documentation=https://www.freedesktop.org/wiki/Software/systemd/timedated [Service] ExecStart=@rootlibexecdir@/systemd-timedated diff --git a/units/tmp.mount.m4 b/units/tmp.mount.m4 index 854c7ae614..3a333d22ec 100644 --- a/units/tmp.mount.m4 +++ b/units/tmp.mount.m4 @@ -8,7 +8,7 @@ [Unit] Description=Temporary Directory (/tmp) Documentation=man:hier(7) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems +Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems ConditionPathIsSymbolicLink=!/tmp DefaultDependencies=no Conflicts=umount.target