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 2822 by niro, Wed Aug 31 16:09:44 2011 UTC revision 2823 by niro, Thu Sep 1 10:15:46 2011 UTC
# Line 236  fi Line 236  fi
236    
237  if [[ -f /.dist-upgrade ]]  if [[ -f /.dist-upgrade ]]
238  then  then
239     # busybox gets installed before the new busybox initscripts
240     # and the syslog daemon gets started at the wrong runlevels (rc3.d instead of rc.sysinit)
241     # these runlevel symlinks will be deleted by the prune-orphaned-files script
242     # and syslogd will be left never started. so add syslogd here
243     rc-config add syslogd
244    
245   # array of wireless opts   # array of wireless opts
246   WIRELESS_OPTS=( WIRELESS_BITRATE WIRELESS_CHANNEL WIRELESS_ESSID WIRELESS_FREQUENCY WIRELESS_MODE WIRELESS_NICK WIRELESS_AUTH_MODE WIRELESS_KEY_LENGTH WIRELESS_KEY WIRELESS_KEY_ASCII WIRELESS_WPA_DRIVER )   WIRELESS_OPTS=( WIRELESS_BITRATE WIRELESS_CHANNEL WIRELESS_ESSID WIRELESS_FREQUENCY WIRELESS_MODE WIRELESS_NICK WIRELESS_AUTH_MODE WIRELESS_KEY_LENGTH WIRELESS_KEY WIRELESS_KEY_ASCII WIRELESS_WPA_DRIVER )
247    

Legend:
Removed from v.2822  
changed lines
  Added in v.2823