Magellan Linux

Diff of /trunk/initscripts/systemd/units/scripts/network.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2311 by niro, Thu Jan 2 13:33:44 2014 UTC revision 2312 by niro, Thu Jan 2 14:21:05 2014 UTC
# Line 7  source /etc/conf.d/network Line 7  source /etc/conf.d/network
7    
8  wait_online()  wait_online()
9  {  {
10   local timeout="1"   local timeout="$1"
11   local iface="$2"   local iface="$2"
12    
13   (( timeout *= 10 ))   (( timeout *= 10 ))

Legend:
Removed from v.2311  
changed lines
  Added in v.2312