[BACK]Return to tcfsgenkey.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tcfs

Diff for /src/usr.bin/tcfs/Attic/tcfsgenkey.c between version 1.10 and 1.11

version 1.10, 2000/06/20 18:15:57 version 1.11, 2002/12/16 04:42:22
Line 105 
Line 105 
         if (!tcfs_putpwnam(user, userinfo, U_CHG))          if (!tcfs_putpwnam(user, userinfo, U_CHG))
                 tcfs_error(ER_CUSTOM, "Error: cannot generate key.");                  tcfs_error(ER_CUSTOM, "Error: cannot generate key.");
   
         tcfs_error(ER_CUSTOM, "\nKey succesfully generated.");          tcfs_error(ER_CUSTOM, "\nKey successfully generated.");
   
         exit(0);          exit(0);
 }  }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11