From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CDD55139694 for ; Sun, 11 Jun 2017 19:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E46CE21C08C; Sun, 11 Jun 2017 19:23:54 +0000 (UTC) Received: from avasout05.plus.net (avasout05.plus.net [84.93.230.250]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C1E9E0C56 for ; Sun, 11 Jun 2017 19:23:54 +0000 (UTC) Received: from mailserver ([209.93.198.138]) by avasout05 with smtp id XXPr1v0032zexlt01XPsFW; Sun, 11 Jun 2017 20:23:52 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.2 cv=Iav3YSia c=1 sm=1 tr=0 a=WyzFx/cko7jmD8IJ6Ri80Q==:117 a=WyzFx/cko7jmD8IJ6Ri80Q==:17 a=x7bEGLp0ZPQA:10 a=YbTMELGUhT8A:10 a=pGLkceISAAAA:8 a=zgiM_F4auVxQpVtlQl4A:9 a=6kGIvZw6iX1k4Y-7sg4_:22 From: Chris Mayo To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH] systemd.eclass: Improve systemd_install_serviced documentation Date: Sun, 11 Jun 2017 20:23:51 +0100 Message-Id: <20170611192351.5138-1-aklhfex@gmail.com> X-Mailer: git-send-email 2.13.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Archives-Salt: 4b95c497-0c80-445b-b6e7-6ee09794bf08 X-Archives-Hash: 9cdadce06efa9007ff0541f4639aff15 Signed-off-by: Chris Mayo --- Nothing added, just suggesting how it could be made easier to understand. Chris eclass/systemd.eclass | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index 7e46e80119c..49f7480228b 100644 --- a/eclass/systemd.eclass +++ b/eclass/systemd.eclass @@ -178,12 +178,12 @@ systemd_newuserunit() { } # @FUNCTION: systemd_install_serviced -# @USAGE: [] +# @USAGE: [] # @DESCRIPTION: -# Install the file as service.d/00gentoo.conf template. -# The argument specifies the configured service name. -# If not specified, the configuration file name will be used with .conf -# suffix stripped (e.g. foo.service.conf -> foo.service). +# Install as the template .d/00gentoo.conf. +# If is not specified +# with the .conf suffix stripped is used +# (e.g. foo.service.conf -> foo.service.d/00gentoo.conf). systemd_install_serviced() { debug-print-function ${FUNCNAME} "${@}" -- 2.13.0