diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-11-03 11:18:20 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-11-03 11:18:20 -0500 |
commit | f53c8baef3a6215077c00901759cbbcbe8f10e9b (patch) | |
tree | 31cef69ff950ddba3d0a65944fc6144710618532 /init.d/net-online.in | |
parent | be06cd250e12e63b8eb704bb2508e06fb9791251 (diff) |
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
Diffstat (limited to 'init.d/net-online.in')
-rw-r--r-- | init.d/net-online.in | 4 |
1 files 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 |