Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: eclass/
Date: Thu, 28 Apr 2011 14:33:53
Message-Id: ceed6d35d2b2277a4e8963f13de8140461200b2b.mgorny@gentoo
1 commit: ceed6d35d2b2277a4e8963f13de8140461200b2b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 14:30:37 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 14:30:37 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=ceed6d35
7
8 [eclass] Fix function name.
9
10 ---
11 eclass/systemd-units.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/systemd-units.eclass b/eclass/systemd-units.eclass
15 index fde896f..0289fdc 100644
16 --- a/eclass/systemd-units.eclass
17 +++ b/eclass/systemd-units.eclass
18 @@ -58,7 +58,7 @@ systemd_enable_service() {
19 # @DESCRIPTION:
20 # Output '--with-systemdsystemunitdir' as expected by systemd-aware configure
21 # scripts.
22 -systemd_dounit() {
23 +systemd_with_unitdir() {
24 debug-print-function ${FUNCNAME} "${@}"
25
26 echo -n --with-systemdsystemunitdir="$(systemd_get_unitdir)"