Magellan Linux

Diff of /trunk/mage/usr/lib/mage/mage3.sh

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

revision 167 by niro, Fri Jul 29 14:28:43 2005 UTC revision 169 by niro, Sun Jul 31 11:57:05 2005 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  # Magellan Linux Installer (mage.sh)  # Magellan Linux Installer (mage.sh)
3  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage3.sh,v 1.15 2005-07-29 14:28:43 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage3.sh,v 1.16 2005-07-31 11:56:45 niro Exp $
4    
5  ##configuration -> mage.rc  ##configuration -> mage.rc
6  #PKGDIR="/usr/src/packages"  #PKGDIR="/usr/src/packages"
# Line 22  COLDEFAULT="\033[0m" Line 22  COLDEFAULT="\033[0m"
22  # default path  # default path
23  PATH="${PATH}:${MLIBDIR}"  PATH="${PATH}:${MLIBDIR}"
24    
25    # export the default C locale
26    export LC_ALL=C
27    
28  ##functions  ##functions
29  if [ -f /etc/mage.rc ]  if [ -f /etc/mage.rc ]
30  then  then

Legend:
Removed from v.167  
changed lines
  Added in v.169