Magellan Linux

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

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

revision 701 by niro, Wed Mar 26 15:58:25 2008 UTC revision 887 by niro, Wed Jul 15 23:31:38 2009 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    
3  #depwalker  #depwalker
4  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/depwalker.sh,v 1.10 2008-03-26 15:58:25 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/depwalker.sh,v 1.11 2008-10-05 10:33:36 niro Exp $
5    
6  # default die function  # default die function
7  die()  die()
# Line 143  rumwandern() Line 143  rumwandern()
143   DFILE="$1"   DFILE="$1"
144    
145   source ${DFILE}   source ${DFILE}
146    
147     # forced nodeps
148     if [[ ${NODEPS} = true ]]
149     then
150     DEPEND=""
151     SDEPEND=""
152     fi
153    
154   MY_DEPEND="${DEPEND}"   MY_DEPEND="${DEPEND}"
155    
156   # for srcinstall & srcdepend only; SDEPEND also needed   # for srcinstall & srcdepend only; SDEPEND also needed
# Line 328  then Line 336  then
336   echo   echo
337   echo -e "${COLRED}Please consider to uninstall all of them first,${COLDEFAULT}"   echo -e "${COLRED}Please consider to uninstall all of them first,${COLDEFAULT}"
338   echo -e "${COLRED}because these packages does not exist in this distribution${COLDEFAULT}"   echo -e "${COLRED}because these packages does not exist in this distribution${COLDEFAULT}"
339   echo -e "${COLRED}and there will be no further updates or support for them.${COLDEFAULT}"   echo -e "${COLRED}anymore and there will be no further support for them.${COLDEFAULT}"
340   echo   echo
341   fi   fi
342  fi  fi

Legend:
Removed from v.701  
changed lines
  Added in v.887