Magellan Linux

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

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

trunk/mage/usr/lib/mage/depwalker.sh revision 2360 by niro, Mon Jan 6 12:36:37 2014 UTC branches/mage-next/src/depwalker.in revision 2624 by niro, Wed Mar 5 08:06:37 2014 UTC
# Line 18  decho() Line 18  decho()
18  }  }
19    
20  # include all needed files  # include all needed files
21  [ -f /etc/mage.rc.global ] &&  \  [ -f @@SYSCONFDIR@@/mage.rc.global ] &&  \
22   source /etc/mage.rc.global || \   source @@SYSCONFDIR@@/mage.rc.global || \
23   die "/etc/mage.rc.global missing"   die "@@SYSCONFDIR@@/mage.rc.global missing"
24    
25  [ -f ${MAGERC} ] && source ${MAGERC} || \  [ -f ${MAGERC} ] && source ${MAGERC} || \
26   die "Your ${MAGERC} is missing. Aborting."   die "Your ${MAGERC} is missing. Aborting."
# Line 312  then Line 312  then
312   ALLDEPS="${ALLDEPS} ${MAGEFILE}"   ALLDEPS="${ALLDEPS} ${MAGEFILE}"
313   fi   fi
314   else   else
315   # debug info   # debug info
316   decho "ignored package"   decho "ignored package"
317   decho   decho
  fi  
318   fi   fi
319   done   done
320  else  else

Legend:
Removed from v.2360  
changed lines
  Added in v.2624