From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01E95139694 for ; Tue, 28 Feb 2017 23:44:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CF6CE0C50; Tue, 28 Feb 2017 23:44:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CA57E0C50 for ; Tue, 28 Feb 2017 23:44:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E8863416A0 for ; Tue, 28 Feb 2017 23:44:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14ADF5808 for ; Tue, 28 Feb 2017 23:44:38 +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: <1488157796.eea4decdd1c84e4b8775a255d8ed85bce5eb40a5.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/net-online.in X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: eea4decdd1c84e4b8775a255d8ed85bce5eb40a5 X-VCS-Branch: master Date: Tue, 28 Feb 2017 23:44: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 X-Archives-Salt: 75c82d78-97d3-4f39-8eb1-8ebb210a53e4 X-Archives-Hash: f8a9e2f8a41681516325fe8c65da6073 commit: eea4decdd1c84e4b8775a255d8ed85bce5eb40a5 Author: William Hubbs gmail com> AuthorDate: Mon Feb 27 01:09:56 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Feb 27 01:09:56 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=eea4decd net-online: typo fix init.d/net-online.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/net-online.in b/init.d/net-online.in index 31af4dd1..45041c80 100644 --- a/init.d/net-online.in +++ b/init.d/net-online.in @@ -56,7 +56,7 @@ start () ! $infinite && [ $timeout -eq 0 ] && rc=1 include_ping_test=${include_ping_test:-${ping_default_gateway}} if [ -n "${ping_default_gateway}" ]; then - ewarn "ping_default_gateway is deprecated, please use include_ping_test' + ewarn "ping_default_gateway is deprecated, please use include_ping_test" fi if [ $rc -eq 0 ] && yesno ${include_ping_test:-no}; then ping_test_host="${ping_test_host:-google.com}"