Magellan Linux

Diff of /alx-src/trunk/alxconfig-ng/functions/config_modules.sh

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

revision 321 by niro, Thu Sep 1 18:29:56 2005 UTC revision 322 by niro, Thu Sep 1 23:58:43 2005 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/config_modules.sh,v 1.2 2005-09-01 18:29:56 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/config_modules.sh,v 1.3 2005-09-01 23:58:43 niro Exp $
2  # configures printing on the host via mysql db settings  # configures printing on the host via mysql db settings
3  # Note must be the first configure script which will be startet  # Note must be the first configure script which will be startet
4    
# Line 34  get_modules_settings() Line 34  get_modules_settings()
34    
35   ## fixes needed to satisfy some deps   ## fixes needed to satisfy some deps
36   ALX_GFX_MODULE=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \   ALX_GFX_MODULE=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \
37   "select module from cfg_grafic where serial=${ALX_SERIAL};")   "select module from cfg_graphic where serial=${ALX_SERIAL};")
38    
39   # export all settings   # export all settings
40   export ALX_COUNT=${count}   export ALX_COUNT=${count}

Legend:
Removed from v.321  
changed lines
  Added in v.322