Magellan Linux

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

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

revision 3462 by niro, Fri Apr 13 17:17:59 2012 UTC revision 3463 by niro, Fri Apr 13 17:18:31 2012 UTC
# Line 825  reset_system_settings() Line 825  reset_system_settings()
825   cat ${ALX_SKELETONS}/net/net.eth0 > /etc/conf.d/net.eth0   cat ${ALX_SKELETONS}/net/net.eth0 > /etc/conf.d/net.eth0
826   echo "${ALX_DEFAULT_HOSTNAME}" > /etc/hostname   echo "${ALX_DEFAULT_HOSTNAME}" > /etc/hostname
827    
828   rc_echo "I am done now, press [Enter] to reboot system ..."   rc_echo -n "I am done now, press [Enter] to reboot system ..."
829   else   else
830   rc_echo "Aborted, press [Enter] to reboot system ..."   rc_echo -n "Aborted, press [Enter] to reboot system ..."
831   fi   fi
832   read   read
833   reboot   reboot

Legend:
Removed from v.3462  
changed lines
  Added in v.3463