Magellan Linux

Diff of /alx-src/branches/alxconf-060/init.d/alxsettings

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

revision 4833 by niro, Fri Apr 13 18:11:28 2012 UTC revision 4834 by niro, Mon May 13 11:12:37 2013 UTC
# Line 581  import_settings_local() Line 581  import_settings_local()
581   # regenerate modprobe.conf   # regenerate modprobe.conf
582   [ -x $(which modules-update) ] && modules-update || rc_echo "modules-update not found!"   [ -x $(which modules-update) ] && modules-update || rc_echo "modules-update not found!"
583   evaluate_retval   evaluate_retval
584    
585     # restore default networking if hardware-detection was called by administrator and iface config is empty
586     if [[ ${ALX_FORCED_RECHECK} =  true ]] && [ ! -s /etc/conf.d/net.${ALX_IFACE} ] && [ -f ${SETTINGSPATH}/confd-networking ]
587     then
588     rc_echo "   Network config is empty, using default skeleton"
589     cat ${ALX_SKELETONS}/net/net.eth0 > /etc/conf.d/net.${ALX_IFACE}
590     fi
591   fi   fi
592    
593   # set system state to 'already configured'   # set system state to 'already configured'

Legend:
Removed from v.4833  
changed lines
  Added in v.4834