Magellan Linux

Diff of /alx-src/branches/alxconf-060/init.d/alxsettings

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

revision 3461 by niro, Fri Apr 13 17:15:03 2012 UTC revision 3464 by niro, Fri Apr 13 17:19:17 2012 UTC
# Line 802  reset_system_settings() Line 802  reset_system_settings()
802   rm -rf ${SETTINGSPATH}   rm -rf ${SETTINGSPATH}
803   rm -f /etc/alxconfig-ng/serial   rm -f /etc/alxconfig-ng/serial
804   rm -rf /etc/alxconfig-ng/state   rm -rf /etc/alxconfig-ng/state
805     local i
806     for i in xserver netcard knoppix mouse
807     do
808     [[ -f /etc/conf.d/hwsetup/${i} ]] && rm /etc/conf.d/hwsetup/${i}
809     done
810    
811   # clear all printers & net-shares   # clear all printers & net-shares
812   :> /etc/printcap   :> /etc/printcap
# Line 823  reset_system_settings() Line 828  reset_system_settings()
828    
829   # restore default networking   # restore default networking
830   cat ${ALX_SKELETONS}/net/net.eth0 > /etc/conf.d/net.eth0   cat ${ALX_SKELETONS}/net/net.eth0 > /etc/conf.d/net.eth0
831     echo "${ALX_DEFAULT_HOSTNAME}" > /etc/hostname
832    
833   rc_echo "I am done now, press [Enter] to reboot system ..."   rc_echo -n "I am done now, press [Enter] to reboot system ..."
834   else   else
835   rc_echo "Aborted, press [Enter] to reboot system ..."   rc_echo -n "Aborted, press [Enter] to reboot system ..."
836   fi   fi
837   read   read
838   reboot   reboot

Legend:
Removed from v.3461  
changed lines
  Added in v.3464