diff options
author | David Hicks <david@hicks.id.au> | 2017-07-31 23:47:53 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-17 19:05:18 +0200 |
commit | 61069f8cdb0d83347c20c7f44d0f96a5b6e62744 (patch) | |
tree | 84a3f05d6390446fd3dba87b401f6f3a014c9b9f /eclass/systemd.eclass | |
parent | app-text/poppler: use HTTPS for freedesktop.org (diff) | |
download | gentoo-61069f8cdb0d83347c20c7f44d0f96a5b6e62744.tar.gz gentoo-61069f8cdb0d83347c20c7f44d0f96a5b6e62744.tar.bz2 gentoo-61069f8cdb0d83347c20c7f44d0f96a5b6e62744.zip |
systemd.eclass: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'eclass/systemd.eclass')
-rw-r--r-- | eclass/systemd.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index 49f7480228bb..4b7f5c4cb5fe 100644 --- a/eclass/systemd.eclass +++ b/eclass/systemd.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: systemd.eclass @@ -273,7 +273,7 @@ systemd_enable_service() { # Uses doins, thus it is fatal in EAPI 4 and non-fatal in earlier # EAPIs. # -# Doc: http://www.freedesktop.org/wiki/Software/systemd/timedated/ +# Doc: https://www.freedesktop.org/wiki/Software/systemd/timedated/ systemd_enable_ntpunit() { debug-print-function ${FUNCNAME} "${@}" if [[ ${#} -lt 2 ]]; then @@ -357,7 +357,7 @@ systemd_with_utildir() { # If systemd is not installed, no operation will be done. The catalog # will be (re)built once systemd is installed. # -# See: http://www.freedesktop.org/wiki/Software/systemd/catalog +# See: https://www.freedesktop.org/wiki/Software/systemd/catalog systemd_update_catalog() { debug-print-function ${FUNCNAME} "${@}" |