From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QFSHw-0005Hd-OF for garchives@archives.gentoo.org; Thu, 28 Apr 2011 14:33:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 412431C05A; Thu, 28 Apr 2011 14:33:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0E78A1C05A for ; Thu, 28 Apr 2011 14:33:39 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CD5D1B408A for ; Thu, 28 Apr 2011 14:33:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 484ED8050D for ; Thu, 28 Apr 2011 14:33:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: Subject: [gentoo-commits] dev/mgorny:master commit in: eclass/ X-VCS-Repository: dev/mgorny X-VCS-Files: eclass/systemd-units.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ceed6d35d2b2277a4e8963f13de8140461200b2b Date: Thu, 28 Apr 2011 14:33:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ce27a9340b6baabe84447c1988e5abc4 commit: ceed6d35d2b2277a4e8963f13de8140461200b2b Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Thu Apr 28 14:30:37 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Thu Apr 28 14:30:37 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3Dceed6d35 [eclass] Fix function name. --- eclass/systemd-units.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/systemd-units.eclass b/eclass/systemd-units.eclass index fde896f..0289fdc 100644 --- a/eclass/systemd-units.eclass +++ b/eclass/systemd-units.eclass @@ -58,7 +58,7 @@ systemd_enable_service() { # @DESCRIPTION: # Output '--with-systemdsystemunitdir' as expected by systemd-aware conf= igure # scripts. -systemd_dounit() { +systemd_with_unitdir() { debug-print-function ${FUNCNAME} "${@}" =20 echo -n --with-systemdsystemunitdir=3D"$(systemd_get_unitdir)"