Magellan Linux

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

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

revision 2626 by niro, Wed Mar 5 08:16:25 2014 UTC revision 2627 by niro, Wed Mar 5 08:18:22 2014 UTC
# Line 10  decho() Line 10  decho()
10   fi   fi
11  }  }
12    
13    # set default variables
14    : ${MAGERC="@@SYSCONFDIR@@/mage.rc"}
15    : ${MLIBDIR="@@MAGELIBDIR@@"}
16    
17  # first of all include common functions  # first of all include common functions
18  source ${MLIBDIR}/common.functions.sh || exit 1  source ${MLIBDIR}/common.functions.sh || exit 1
19  source @@SYSCONFDIR@@/mage.rc.global || die "@@SYSCONFDIR@@/mage.rc.global missing"  source @@SYSCONFDIR@@/mage.rc.global || die "@@SYSCONFDIR@@/mage.rc.global missing"

Legend:
Removed from v.2626  
changed lines
  Added in v.2627