From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C04A01384B4 for ; Tue, 1 Dec 2015 18:32:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9949821C0AD; Tue, 1 Dec 2015 18:31:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9545221C0AD for ; Tue, 1 Dec 2015 18:31:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CC62340894 for ; Tue, 1 Dec 2015 18:31:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93F35612 for ; Tue, 1 Dec 2015 18:31:45 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1448994688.bd9456ff3172cc88f32d67bd4e789e2beee43595.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: sh/ X-VCS-Repository: proj/openrc X-VCS-Files: sh/rc-functions.sh.in X-VCS-Directories: sh/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: bd9456ff3172cc88f32d67bd4e789e2beee43595 X-VCS-Branch: master Date: Tue, 1 Dec 2015 18:31:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 48d79dd1-ddee-43de-8e5e-64279d6f6335 X-Archives-Hash: fbd93d23919be9db176ddc27dc650dcc commit: bd9456ff3172cc88f32d67bd4e789e2beee43595 Author: William Hubbs gmail com> AuthorDate: Tue Dec 1 18:31:28 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Dec 1 18:31:28 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=bd9456ff rc-functions.sh: add support for user-defined want dependencies sh/rc-functions.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/rc-functions.sh.in b/sh/rc-functions.sh.in index 911d65a..c854876 100644 --- a/sh/rc-functions.sh.in +++ b/sh/rc-functions.sh.in @@ -91,7 +91,7 @@ _depend() { local _rc_svcname=$(shell_var "$RC_SVCNAME") _deptype= _depends= # Add any user defined depends - for _deptype in config:CONFIG need:NEED use:USE \ + for _deptype in config:CONFIG need:NEED use:USE want:WANT \ after:AFTER before:BEFORE \ provide:PROVIDE keyword:KEYWORD; do IFS=: