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 2741 by niro, Thu Aug 11 16:41:47 2011 UTC revision 2758 by niro, Thu Aug 11 20:28:04 2011 UTC
# Line 18  NEW_ALX_DHCP_PROG="/sbin/udhcpc" Line 18  NEW_ALX_DHCP_PROG="/sbin/udhcpc"
18  NEW_ALX_DHCP_START="-T 10 -t 5 -n -i"  NEW_ALX_DHCP_START="-T 10 -t 5 -n -i"
19  NEW_ALX_DHCP_STOP=""  NEW_ALX_DHCP_STOP=""
20  NEW_MIN_DISK_SPACE="85000"  NEW_MIN_DISK_SPACE="85000"
21  NEW_ALX_PLUGINS="/etc/alxconfig-ng/plugins"  NEW_ALX_PLUGINS="/usr/lib/alxconfig-ng/plugins"
22    
23  # fake mage upgrade to prevent annoying error messages  # fake mage upgrade to prevent annoying error messages
24  if [[ ! -x /usr/sbin/mageupgrade ]]  if [[ ! -x /usr/sbin/mageupgrade ]]
# Line 298  then Line 298  then
298   [[ -f ${tmp} ]] && rm -f ${tmp}   [[ -f ${tmp} ]] && rm -f ${tmp}
299   # start cron daemon in background   # start cron daemon in background
300   crond -b -S   crond -b -S
301    
302     rm -f /.dist-upgrade
303  fi  fi
304    
305  exit 0  exit 0

Legend:
Removed from v.2741  
changed lines
  Added in v.2758