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

Diff for /src/usr.bin/skeyaudit/skeyaudit.c between version 1.9 and 1.10

version 1.9, 2000/08/20 18:42:40 version 1.10, 2000/09/20 21:53:49
Line 154 
Line 154 
                 (void)fprintf(out,                  (void)fprintf(out,
                    "To: %s\nSubject: IMPORTANT action required\n", pw->pw_name);                     "To: %s\nSubject: IMPORTANT action required\n", pw->pw_name);
   
         (void)fprintf(out,          if (seq)
                   (void)fprintf(out,
 "\nYou are nearing the end of your current S/Key sequence for account\n\  "\nYou are nearing the end of your current S/Key sequence for account\n\
 %s on system %s.\n\n\  %s on system %s.\n\n\
 Your S/key sequence number is now %d.  When it reaches zero\n\  Your S/Key sequence number is now %d.  When it reaches zero\n\
 you will no longer be able to use S/Key to login into the system.\n\n\  you will no longer be able to use S/Key to log into the system.\n\n",
 Type \"skeyinit -s\" to reinitialize your sequence number.\n\n",  
 pw->pw_name, hostname, seq);  pw->pw_name, hostname, seq);
           else
                   (void)fprintf(out,
   "\nYou are at the end of your current S/Key sequence for account\n\
   %s on system %s.\n\n\
   At this point you can no longer use S/Key to log into the system.\n\n",
   pw->pw_name, hostname);
           (void)fprintf(out,
   "Type \"skeyinit -s\" to reinitialize your sequence number.\n\n");
   
         (void)fclose(out);          (void)fclose(out);
         if (!interactive)          if (!interactive)

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