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 8420 by niro, Wed Dec 30 10:23:19 2015 UTC revision 8421 by niro, Mon Jan 25 14:05:29 2016 UTC
# Line 17  NEW_PACKAGES_SERVER_PATH='packages/${ARC Line 17  NEW_PACKAGES_SERVER_PATH='packages/${ARC
17  NEW_MAGE_UNINSTALL_TIMEOUT=0  NEW_MAGE_UNINSTALL_TIMEOUT=0
18    
19  CONFIGRC="/etc/alxconfig-ng/config.rc"  CONFIGRC="/etc/alxconfig-ng/config.rc"
20  NEW_ALX_NETWORKING="dhcp"  NEW_ONBOOT="yes"
21    NEW_NETWORKING="dhcp"
22  NEW_ALX_DHCP_PROG="/sbin/dhcpcd"  NEW_ALX_DHCP_PROG="/sbin/dhcpcd"
23  NEW_ALX_DHCP_START="-t 30"  NEW_ALX_DHCP_START="-t 30"
24  NEW_ALX_DHCP_STOP="-k"  NEW_ALX_DHCP_STOP="-k"
# Line 162  eval "NEW_DHCP_START=\"${NEW_DHCP_START} Line 163  eval "NEW_DHCP_START=\"${NEW_DHCP_START}
163  #  #
164  eval "NEW_DHCP_STOP=\"${NEW_ALX_DHCP_STOP}\"" # eval this twice  eval "NEW_DHCP_STOP=\"${NEW_ALX_DHCP_STOP}\"" # eval this twice
165  eval "NEW_DHCP_STOP=\"${NEW_DHCP_STOP}\"" # to remove the \\ escapes  eval "NEW_DHCP_STOP=\"${NEW_DHCP_STOP}\"" # to remove the \\ escapes
166  updateconfig DHCP_PROG DHCP_START DHCP_STOP  updateconfig ONBOOT NETWORKING DHCP_PROG DHCP_START DHCP_STOP
167    
168  # fix profile  # fix profile
169  if [[ $(readlink /etc/mage-profile) != */${MAGEPROFILE} ]]  if [[ $(readlink /etc/mage-profile) != */${MAGEPROFILE} ]]

Legend:
Removed from v.8420  
changed lines
  Added in v.8421