Magellan Linux

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

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

revision 2372 by niro, Tue Jun 14 10:43:26 2011 UTC revision 2750 by niro, Thu Aug 11 19:57:33 2011 UTC
# Line 37  ALX_ICA_SESSIONS=/etc/alxconfig-ng/ica-s Line 37  ALX_ICA_SESSIONS=/etc/alxconfig-ng/ica-s
37  ## ica sessions icons ##  ## ica sessions icons ##
38  ALX_SESSIONS_ICONS=/etc/alxconfig-ng/ica-sessions/icons  ALX_SESSIONS_ICONS=/etc/alxconfig-ng/ica-sessions/icons
39    
40    ## alx plugins ##
41    ALX_PLUGINS=/usr/lib/alxconfig-ng/plugins
42    
43  # update settings  # update settings
44  SMB_UPDATE_HOST="//128.20.40.213/magetmp"  SMB_UPDATE_HOST="//128.20.40.213/magetmp"
45  SMB_UPDATE_USER="alx_install"  SMB_UPDATE_USER="alx_install"
# Line 50  MIN_DISK_SPACE="85000" Line 53  MIN_DISK_SPACE="85000"
53  # only dhcp is supported at the moment  # only dhcp is supported at the moment
54  ALX_NETWORKING="dhcp"  ALX_NETWORKING="dhcp"
55  ALX_DHCP_PROG="/sbin/udhcpc"  ALX_DHCP_PROG="/sbin/udhcpc"
56  ALX_DHCP_START="-T 10"  # -i must be the last argument!
57    ALX_DHCP_START="-T 10 -t 5 -n -i"
58  ALX_DHCP_STOP=""  ALX_DHCP_STOP=""

Legend:
Removed from v.2372  
changed lines
  Added in v.2750