Magellan Linux

Diff of /alx-src/trunk/tinyalxconfig-ng/functions/config_network.sh

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

revision 394 by niro, Wed Jun 4 18:19:44 2008 UTC revision 395 by niro, Wed Jun 4 18:22:41 2008 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/config_network.sh,v 1.3 2008-06-04 18:19:44 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/config_network.sh,v 1.4 2008-06-04 18:22:41 niro Exp $
2  # configures networkin on the host via mysql db settings  # configures networkin on the host via mysql db settings
3    
4  get_network_settings()  get_network_settings()
# Line 75  config_networking() Line 75  config_networking()
75   get_network_settings   get_network_settings
76   if ! check_network_settings   if ! check_network_settings
77   then   then
78   ${WARNING} "Could not retrieve network settings, doing nothing ..."   echo -e "${COLYELLOW}Could not retrieve network settings, doing nothing ...${COLDEFAULT}"
79   return 1   return 1
80   fi   fi
81    

Legend:
Removed from v.394  
changed lines
  Added in v.395