Magellan Linux

Diff of /mage/branches/alx-0_6_0/profiles/alx-060/forced-uninstall

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

revision 2817 by niro, Wed Aug 31 09:14:41 2011 UTC revision 2818 by niro, Wed Aug 31 12:54:15 2011 UTC
# Line 302  then Line 302  then
302   # fake mageupgrade to fix annoying error messages   # fake mageupgrade to fix annoying error messages
303   if [[ ! -x /sbin/mageupgrade ]]   if [[ ! -x /sbin/mageupgrade ]]
304   then   then
305   echo '!/bin/sh' > /sbin/mageupgrade   echo '#!/bin/sh' > /sbin/mageupgrade
306   echo 'exit 0'  >> /sbin/mageupgrade   echo 'exit 0'  >> /sbin/mageupgrade
307   chmod +x /sbin/mageupgrade   chmod +x /sbin/mageupgrade
308   echo "* * * * * rm /sbin/mageupgrade" >> ${tmp}   echo "* * * * * rm /sbin/mageupgrade" >> ${tmp}

Legend:
Removed from v.2817  
changed lines
  Added in v.2818