commit: 361789bd11acf9c40b71d7c5e59a7394ecb615b7 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Sep 6 13:58:59 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed Sep 9 14:44:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361789bd
systemd.eclass: deprecate tmpfiles functions Bug: https://bugs.gentoo.org/740638 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> eclass/systemd.eclass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index 97ecf0786ae..09ea71bbfdc 100644 --- a/eclass/systemd.eclass +++ b/eclass/systemd.eclass @@ -240,6 +240,8 @@ systemd_install_serviced() { # @FUNCTION: systemd_dotmpfilesd # @USAGE: <tmpfilesd>... # @DESCRIPTION: +# Deprecated in favor of tmpfiles.eclass. +# # Install systemd tmpfiles.d files. Uses doins, thus it is fatal # in EAPI 4 and non-fatal in earlier EAPIs. systemd_dotmpfilesd() { @@ -260,6 +262,8 @@ systemd_dotmpfilesd() { # @FUNCTION: systemd_newtmpfilesd # @USAGE: <old-name> <new-name>.conf # @DESCRIPTION: +# Deprecated in favor of tmpfiles.eclass. +# # Install systemd tmpfiles.d file under a new name. Uses newins, thus it # is fatal in EAPI 4 and non-fatal in earlier EAPIs. systemd_newtmpfilesd() { @@ -435,6 +439,8 @@ systemd_is_booted() { # @FUNCTION: systemd_tmpfiles_create # @USAGE: <tmpfilesd> ... # @DESCRIPTION: +# Deprecated in favor of tmpfiles.eclass. +# # Invokes systemd-tmpfiles --create with given arguments. # Does nothing if ROOT != / or systemd-tmpfiles is not in PATH. # This function should be called from pkg_postinst.
