Magellan Linux

Diff of /alx-src/branches/alxconf-060/functions/config_network.sh

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

revision 367 by niro, Tue Oct 11 12:09:52 2005 UTC revision 371 by niro, Wed Oct 26 11:58:07 2005 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/config_network.sh,v 1.13 2005-10-11 12:09:52 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/config_network.sh,v 1.14 2005-10-26 11:58:07 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 87  config_networking() Line 87  config_networking()
87   fi   fi
88    
89   # update confd-networking default iface   # update confd-networking default iface
90     [ ! -d ${SETTINGSPATH} ] && install -d ${SETTINGSPATH}
91   echo "${iface}" > ${SETTINGSPATH}/confd-networking   echo "${iface}" > ${SETTINGSPATH}/confd-networking
92    
93   # hostname && hosts   # hostname && hosts

Legend:
Removed from v.367  
changed lines
  Added in v.371