Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: init.d/
Date: Tue, 28 Feb 2017 23:44:41
Message-Id: 1488157796.eea4decdd1c84e4b8775a255d8ed85bce5eb40a5.williamh@OpenRC
1 commit: eea4decdd1c84e4b8775a255d8ed85bce5eb40a5
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 01:09:56 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 01:09:56 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=eea4decd
7
8 net-online: typo fix
9
10 init.d/net-online.in | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/init.d/net-online.in b/init.d/net-online.in
14 index 31af4dd1..45041c80 100644
15 --- a/init.d/net-online.in
16 +++ b/init.d/net-online.in
17 @@ -56,7 +56,7 @@ start ()
18 ! $infinite && [ $timeout -eq 0 ] && rc=1
19 include_ping_test=${include_ping_test:-${ping_default_gateway}}
20 if [ -n "${ping_default_gateway}" ]; then
21 - ewarn "ping_default_gateway is deprecated, please use include_ping_test'
22 + ewarn "ping_default_gateway is deprecated, please use include_ping_test"
23 fi
24 if [ $rc -eq 0 ] && yesno ${include_ping_test:-no}; then
25 ping_test_host="${ping_test_host:-google.com}"