Magellan Linux

Diff of /trunk/initscripts/sysvinit/rc/network

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

revision 2311 by niro, Thu Jan 2 13:33:22 2014 UTC revision 2312 by niro, Thu Jan 2 14:21:05 2014 UTC
# Line 16  source /etc/conf.d/network Line 16  source /etc/conf.d/network
16    
17  wait_online()  wait_online()
18  {  {
19   local timeout="1"   local timeout="$1"
20   local iface="$2"   local iface="$2"
21    
22   (( timeout *= 10 ))   (( timeout *= 10 ))

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