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 1R4hcP-0007Gh-NC for garchives@archives.gentoo.org; Fri, 16 Sep 2011 23:14:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0B1C21C08D; Fri, 16 Sep 2011 23:14:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7CA9221C08D for ; Fri, 16 Sep 2011 23:14:40 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB4CB1B4014 for ; Fri, 16 Sep 2011 23:14:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3598980044 for ; Fri, 16 Sep 2011 23:14:39 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <72e31e753d06797aca5e2463257e57575313f268.idl0r@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: net/ X-VCS-Repository: proj/openrc X-VCS-Files: net/tuntap.sh X-VCS-Directories: net/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 72e31e753d06797aca5e2463257e57575313f268 Date: Fri, 16 Sep 2011 23:14:39 +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: 5a82c26a5ce3d554f435f5410c6a4d73 commit: 72e31e753d06797aca5e2463257e57575313f268 Author: Christian Ruppert gentoo org> AuthorDate: Fri Sep 16 23:13:11 2011 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Fri Sep 16 23:13:11 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D72e31e75 Improve missing openvpn/usermode-utilities warning message as OpenRC can be used on other distributions as well. --- net/tuntap.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/tuntap.sh b/net/tuntap.sh index 14ffddb..884e0ab 100644 --- a/net/tuntap.sh +++ b/net/tuntap.sh @@ -65,7 +65,7 @@ tuntap_pre_start() tunctl ${t_opts} -t "${IFACE}" >/dev/null else eerror "Neither openvpn nor tunctl has been found, please install" - eerror "either net-misc/openvpn or sys-apps/usermode-utilities." + eerror "either \"openvpn\" or \"usermode-utilities\"." fi eend $? && _up && service_set_value tuntap "${tuntap}" }