Magellan Linux

Diff of /alx-src/branches/alxconf-060/conf/config.rc

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

alx-src/trunk/alxconfig-ng/conf/config.rc revision 225 by niro, Tue Mar 8 23:59:31 2005 UTC alx-src/branches/alxconf-060/conf/config.rc revision 2778 by niro, Fri Aug 26 11:49:43 2011 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/conf/config.rc,v 1.4 2005-03-08 23:59:31 niro Exp $  # $Id$
2  #  #
3  # AutoSta_LX Konfigurations Script  # AutoSta_LX Konfigurations Script
4  # version: ??  # version: ??
# Line 9  Line 9 
9  # Main Configuration File  # Main Configuration File
10  #  #
11    
12  ### mysql configuration ###  ## mysql configuration ##
13  SQL_USER=username  SQL_USER=username
14  SQL_PASS=password  SQL_PASS=password
15  SQL_HOST=192.168.0.100  SQL_HOST=192.168.0.100
16  SQL_DB=alx_web  SQL_DB=alx_web
17    
18    ## default skeleton files ##
19    ALX_SKELETONS=/etc/alxconfig-ng/skel
20    
21  ### default hosts settings ###  ## configuration settings ##
22    SETTINGSPATH=/etc/alxconfig-ng/settings
23    
24    ## default hosts settings ##
25  # networking  # networking
26  ALX_DEFAULT_HOSTNAME=ALX-UNCONFIGURED  ALX_DEFAULT_HOSTNAME=ALX-UNCONFIGURED
27  ALX_NETWORKING=dhcp  ALX_DEFAULT_DOMAIN=DOM_AKA_NT
28    
29  SETTINGSPATH=/etc/alxconfig-ng/settings  ## user settings ##
30    ALX_UNPRIV_USER=station
31    ALX_UNPRIV_GROUP=users
32    ALX_UNPRIV_HOME=/home/${ALX_UNPRIV_USER}
33    
34    ## ica sessions location ##
35    ALX_ICA_SESSIONS=/etc/alxconfig-ng/ica-sessions
36    
37    ## ica sessions icons ##
38    ALX_SESSIONS_ICONS=/etc/alxconfig-ng/ica-sessions/icons
39    
40    ## alx plugin directory ##
41    ALX_PLUGINS=/usr/lib/alxconfig-ng/plugins
42    
43    ## alx function directory  ##
44    ALX_FUNCTIONS=/usr/lib/alxconfig-ng/functions
45    
46    # update settings
47    SMB_UPDATE_HOST="//128.20.40.213/magetmp"
48    SMB_UPDATE_USER="alx_install"
49    SMB_UPDATE_PASS="@lx"
50    MAGE_MIRRORS="ftp://128.20.40.213/alx"
51    MAGE_RSYNC="rsync://128.20.40.213/mage-alx-cvs"
52    # minimal disk space neede to update an alx in kb
53    MIN_DISK_SPACE="85000"
54    
55    # preliminary and default network settings
56    # only dhcp is supported at the moment
57    ALX_NETWORKING="dhcp"
58    ALX_DHCP_PROG="/sbin/udhcpc"
59    # -i must be the last argument!
60    ALX_DHCP_START="-T 10 -t 5 -n -i"
61    ALX_DHCP_STOP=""

Legend:
Removed from v.225  
changed lines
  Added in v.2778