Magellan Linux

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

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

revision 1665 by niro, Fri Jan 20 23:01:04 2012 UTC revision 2030 by niro, Thu Jan 24 14:19:08 2013 UTC
# Line 356  config_bridge_devices() Line 356  config_bridge_devices()
356   fi   fi
357    
358   # first check for brctl   # first check for brctl
359   if [[ -z $(which brctl) ]]   if [[ -z $(type -P brctl) ]]
360   then   then
361   rc_echo "brctl not found! Please install 'net-misc/bridge-utils'."   rc_echo "brctl not found! Please install 'net-misc/bridge-utils'."
362   return 1   return 1

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