commit:     f53c8baef3a6215077c00901759cbbcbe8f10e9b
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu Nov  3 16:18:20 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 16:18:20 2016 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=f53c8bae

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 3e18ba9..dd3548d 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

Reply via email to