Magellan Linux

Diff of /trunk/magellan-initscripts/etc/rc.d/init.d/network

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

revision 637 by niro, Thu Dec 13 12:06:22 2007 UTC revision 638 by niro, Thu Dec 13 12:18:23 2007 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/network,v 1.14 2007-12-13 12:06:22 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/network,v 1.15 2007-12-13 12:18:23 niro Exp $
3    
4  #%rlevels: 0:k 1:k 2:k 3:s 4:s 5:s 6:k  #%rlevels: 0:k 1:k 2:k 3:s 4:s 5:s 6:k
5  #%start: 20  #%start: 20
# Line 277  config_bridge_devices() Line 277  config_bridge_devices()
277   fi   fi
278    
279   # check the config   # check the config
280   if [[ -z ${BRIDGE_INTERFACE} ]]   if [[ -z ${BRIDGE_INTERFACES} ]]
281   then   then
282   echo "BRIDGE: no \$BRIDGE_INTERFACE given. Aborting setup."   echo "BRIDGE: no \$BRIDGE_INTERFACES given. Aborting setup."
283   return 1   return 1
284   fi   fi
285    

Legend:
Removed from v.637  
changed lines
  Added in v.638