Magellan Linux

Diff of /alx-src/branches/alxconf-060/functions/serial_functions.sh

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

revision 3474 by niro, Fri Apr 13 17:35:15 2012 UTC revision 3475 by niro, Fri Apr 13 18:10:51 2012 UTC
# Line 27  validate_serial() Line 27  validate_serial()
27    
28  show_invalid_serial_msg()  show_invalid_serial_msg()
29  {  {
30   echo -e ${COLRED}   rc_echo -e "${COLRED}"
31   echo "Current Serial '${ALX_SERIAL}' is invalid."   rc_echo "Current Serial '${ALX_SERIAL}' is invalid."
32   echo "None of the current settings of this client will be touched."   rc_echo "None of the current settings of this client will be touched."
33   echo "Please inform your system-administrator."   rc_echo "Please inform your system-administrator."
34   echo -e ${COLDEFAULT}   rc_echo -e "${COLDEFAULT}"
35  }  }

Legend:
Removed from v.3474  
changed lines
  Added in v.3475