Magellan Linux

Diff of /alx-src/trunk/alxconfig-ng/functions/serial_functions.sh

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

revision 304 by niro, Tue Apr 12 20:46:52 2005 UTC revision 305 by niro, Sun Aug 28 19:30:03 2005 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/serial_functions.sh,v 1.2 2005-04-12 20:45:55 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/serial_functions.sh,v 1.3 2005-08-28 19:30:03 niro Exp $
2  # 1.serial 2.mtime 3.mac  # 1.serial 2.mtime 3.mac
3  validate_serial()  validate_serial()
4  {  {
# Line 24  validate_serial() Line 24  validate_serial()
24   return 1   return 1
25   fi   fi
26  }  }
27    
28    show_invalid_serial_msg()
29    {
30     echo -e ${COLRED}
31     echo "Current Serial '${ALX_SERIAL}' is invalid."
32     echo "None of the current settings of this client will be touched."
33     echo "Please inform your system-administrator."
34     echo -e ${COLDEFAULT}
35    }

Legend:
Removed from v.304  
changed lines
  Added in v.305