Magellan Linux

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

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

revision 2029 by niro, Fri Jan 20 23:01:04 2012 UTC revision 2030 by niro, Thu Jan 24 14:19:08 2013 UTC
# Line 328  config_bridge_devices() Line 328  config_bridge_devices()
328   fi   fi
329    
330   # first check for brctl   # first check for brctl
331   if [[ -z $(which brctl) ]]   if [[ -z $(type -P brctl) ]]
332   then   then
333   echo "brctl not found! Please install 'net-misc/bridge-utils'."   echo "brctl not found! Please install 'net-misc/bridge-utils'."
334   return 1   return 1

Legend:
Removed from v.2029  
changed lines
  Added in v.2030