Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: sh/
Date: Tue, 01 Dec 2015 18:32:03
Message-Id: 1448994688.bd9456ff3172cc88f32d67bd4e789e2beee43595.williamh@OpenRC
1 commit: bd9456ff3172cc88f32d67bd4e789e2beee43595
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 1 18:31:28 2015 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 18:31:28 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=bd9456ff
7
8 rc-functions.sh: add support for user-defined want dependencies
9
10 sh/rc-functions.sh.in | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sh/rc-functions.sh.in b/sh/rc-functions.sh.in
14 index 911d65a..c854876 100644
15 --- a/sh/rc-functions.sh.in
16 +++ b/sh/rc-functions.sh.in
17 @@ -91,7 +91,7 @@ _depend() {
18 local _rc_svcname=$(shell_var "$RC_SVCNAME") _deptype= _depends=
19
20 # Add any user defined depends
21 - for _deptype in config:CONFIG need:NEED use:USE \
22 + for _deptype in config:CONFIG need:NEED use:USE want:WANT \
23 after:AFTER before:BEFORE \
24 provide:PROVIDE keyword:KEYWORD; do
25 IFS=: