PROBLEM: (QAR 65348 and QAR 65349 and QAR 65803) (Patch ID: OSF435-425449) ******** This patch fixes three /usr/sbin/lmf date problems: 1) Lmf improperly handles 2-digit dates between 2000 and 2068. 2) When lmf is given two consequtive commands and the first command contains a leap year date, then the date for the second command is automatically assumed to be in a leap year. 3) Lmf does not recognize the date 29-FEB-2000. Here are two simple tests to demonstrate the problems and the fixed behavior. The first problem can be shown with the following command: # lmf cancel 10-APR-00 OSF-USR Invalid argument 10-apr-00 Usage : lmf cancel [ [ ] ] The corrected behavior is shown with the following command: # ./lmf cancel 29-FEB-2000 OSF-USR #