diff options
author | Michael Biebl <biebl@debian.org> | 2022-06-28 16:07:35 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2022-06-28 16:07:35 +0200 |
commit | 85fce6f42c95cf88d8113a7156a3817cd287efff (patch) | |
tree | 71aeda37a4e60135810bf8c7ff948c8f5e9f2db2 /src/kernel-install | |
parent | Use https for man7.org (diff) | |
download | systemd-85fce6f42c95cf88d8113a7156a3817cd287efff.tar.xz systemd-85fce6f42c95cf88d8113a7156a3817cd287efff.zip |
Use https for gnu.org
Diffstat (limited to 'src/kernel-install')
-rw-r--r-- | src/kernel-install/50-depmod.install | 2 | ||||
-rw-r--r-- | src/kernel-install/90-loaderentry.install | 2 | ||||
-rwxr-xr-x | src/kernel-install/kernel-install.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel-install/50-depmod.install b/src/kernel-install/50-depmod.install index 61afdd4e9c..67319afe61 100644 --- a/src/kernel-install/50-depmod.install +++ b/src/kernel-install/50-depmod.install @@ -16,7 +16,7 @@ # General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with systemd; If not, see <http://www.gnu.org/licenses/>. +# along with systemd; If not, see <https://www.gnu.org/licenses/>. COMMAND="$1" KERNEL_VERSION="$2" diff --git a/src/kernel-install/90-loaderentry.install b/src/kernel-install/90-loaderentry.install index d26766accc..549437c7cd 100644 --- a/src/kernel-install/90-loaderentry.install +++ b/src/kernel-install/90-loaderentry.install @@ -16,7 +16,7 @@ # General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with systemd; If not, see <http://www.gnu.org/licenses/>. +# along with systemd; If not, see <https://www.gnu.org/licenses/>. COMMAND="$1" KERNEL_VERSION="$2" diff --git a/src/kernel-install/kernel-install.in b/src/kernel-install/kernel-install.in index 2e1965852e..96084860fd 100755 --- a/src/kernel-install/kernel-install.in +++ b/src/kernel-install/kernel-install.in @@ -16,7 +16,7 @@ # General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with systemd; If not, see <http://www.gnu.org/licenses/>. +# along with systemd; If not, see <https://www.gnu.org/licenses/>. skip_remaining=77 |