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: Thu, 03 Nov 2016 16:20:43
Message-Id: 1478189900.f53c8baef3a6215077c00901759cbbcbe8f10e9b.williamh@OpenRC
1 commit: f53c8baef3a6215077c00901759cbbcbe8f10e9b
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 3 16:18:20 2016 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 16:18:20 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=f53c8bae
7
8 init.d/net-online: remove interfaces and timeout from local declarations
9
10 X-Gentoo-Bug: 598621
11 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=598621
12
13 init.d/net-online.in | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/init.d/net-online.in b/init.d/net-online.in
17 index 3e18ba9..dd3548d 100644
18 --- a/init.d/net-online.in
19 +++ b/init.d/net-online.in
20 @@ -42,8 +42,8 @@ get_default_gateway()
21
22 start ()
23 {
24 - local carriers configured dev gateway ifcount infinite interfaces
25 - local rc state timeout x
26 + local carriers configured dev gateway ifcount infinite
27 + local rc state x
28
29 ebegin "Checking to see if the network is online"
30 rc=0