From f53c8baef3a6215077c00901759cbbcbe8f10e9b Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 3 Nov 2016 11:18:20 -0500 Subject: [PATCH] init.d/net-online: remove interfaces and timeout from local declarations X-Gentoo-Bug: 598621 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=598621 --- init.d/net-online.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/net-online.in b/init.d/net-online.in index 3e18ba91..dd3548d6 100644 --- a/init.d/net-online.in +++ b/init.d/net-online.in @@ -42,8 +42,8 @@ get_default_gateway() start () { - local carriers configured dev gateway ifcount infinite interfaces - local rc state timeout x + local carriers configured dev gateway ifcount infinite + local rc state x ebegin "Checking to see if the network is online" rc=0