Magellan Linux

Diff of /branches/mage-next/src/smage2.in

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

revision 2618 by niro, Tue Mar 4 15:29:32 2014 UTC revision 2619 by niro, Tue Mar 4 15:41:15 2014 UTC
# Line 15  Line 15 
15  export LC_ALL=C  export LC_ALL=C
16    
17  # first of all include common functions  # first of all include common functions
18  source ${MLIBDIR}/common.functions.sh  source ${MLIBDIR}/common.functions.sh || exit 1
19  source @@SYSCONFDIR@@/mage.rc.global  source @@SYSCONFDIR@@/mage.rc.global || die "@@SYSCONFDIR@@/mage.rc.global missing."
20  source ${MAGERC}  source ${MAGERC} || die "${MAGERC} missing."
21  source ${MLIBDIR}/mage4.functions.sh  source ${MLIBDIR}/mage4.functions.sh || die "${MLIBDIR}/mage4.functions.sh missing."
22  source ${MLIBDIR}/smage2.functions.sh  source ${MLIBDIR}/smage2.functions.sh || die "${MLIBDIR}/smage2.functions.sh missing."
23    
24  # export default path  # export default path
25  export PATH="${PATH}:${MLIBDIR}"  export PATH="${PATH}:${MLIBDIR}"

Legend:
Removed from v.2618  
changed lines
  Added in v.2619